Added ConsoleCommand, and an example to go with it

This commit is contained in:
Chicken man
2014-05-04 10:00:41 -04:00
parent 0783f60ba1
commit fa4b157b42
8 changed files with 217 additions and 3 deletions

View File

@@ -521,6 +521,9 @@
<Compile Include="Scripting\Global\CameraGlobal.cs" />
<Compile Include="Scripting\Properties\ChronosphereProperties.cs" />
<Compile Include="Scripting\ScriptInvulnerable.cs" />
<Compile Include="DevCommands.cs" />
<Compile Include="HelpCommand.cs" />
<Compile Include="ChatCommands.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OpenRA.Game\OpenRA.Game.csproj">