Added a Capture function to lua

This commit is contained in:
abcdefg30
2015-07-01 18:23:27 +02:00
parent 699822cd51
commit 57cea5aba1
2 changed files with 48 additions and 0 deletions

View File

@@ -203,6 +203,7 @@
<Compile Include="Scripting\ScriptUpgradesCache.cs" />
<Compile Include="Scripting\Global\HSLColorGlobal.cs" />
<Compile Include="Scripting\Global\UserInterfaceGlobal.cs" />
<Compile Include="Scripting\Properties\CaptureProperties.cs" />
<Compile Include="ServerTraits\ColorValidator.cs" />
<Compile Include="ServerTraits\LobbyCommands.cs" />
<Compile Include="ServerTraits\LobbySettingsNotification.cs" />