Added IUtilityCommand and move default commands into Mods.Common.

This commit is contained in:
Alexander Fast
2014-08-20 16:15:18 +02:00
committed by Paul Chote
parent ff7b3541f4
commit 08890b0994
25 changed files with 982 additions and 674 deletions

View File

@@ -109,6 +109,7 @@
<Compile Include="Graphics\Viewport.cs" />
<Compile Include="Graphics\WorldRenderer.cs" />
<Compile Include="Group.cs" />
<Compile Include="IUtilityCommand.cs" />
<Compile Include="ModData.cs" />
<Compile Include="Network\Connection.cs" />
<Compile Include="Network\FrameData.cs" />