Add support for custom mission timers: UserInterfaceGlobal

This commit is contained in:
abcdefg30
2015-05-16 01:27:14 +02:00
parent 852ea87daa
commit 35374d168f
7 changed files with 95 additions and 1 deletions

View File

@@ -176,6 +176,8 @@
<Compile Include="Orders\UnitOrderTargeter.cs" />
<Compile Include="Pathfinder\CellInfo.cs" />
<Compile Include="PlayerExtensions.cs" />
<Compile Include="Scripting\Global\HSLColorGlobal.cs" />
<Compile Include="Scripting\Global\UserInterfaceGlobal.cs" />
<Compile Include="ServerTraits\ColorValidator.cs" />
<Compile Include="ServerTraits\LobbyCommands.cs" />
<Compile Include="ServerTraits\LobbySettingsNotification.cs" />