Skip to content

Commit 65c83b2

Browse files
committed
feat: icebreaker 맵 추가
1 parent 17859f0 commit 65c83b2

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

eft-where-am-i/UserControls/WhereAmI.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ public partial class WhereAmI : UserControl
3030
"streets",
3131
"lab",
3232
"labyrinth",
33-
"terminal"
33+
"terminal",
34+
"icebreaker"
3435
};
3536
private string siteUrl;
3637
private bool whereAmIClick = false;

eft-where-am-i/eft-where-am-i.csproj.user

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
<Compile Update="Form1.cs">
55
<SubType>Form</SubType>
66
</Compile>
7+
<Compile Update="UserControls\ServerLocation.cs">
8+
<SubType>UserControl</SubType>
9+
</Compile>
710
<Compile Update="UserControls\SettingPage.cs">
811
<SubType>UserControl</SubType>
912
</Compile>

0 commit comments

Comments
 (0)