another improvement. it runs, too!

This commit is contained in:
Chris Forbes
2009-10-12 21:29:49 +13:00
parent 711b419ed0
commit e255a48645
3 changed files with 24 additions and 8 deletions

View File

@@ -13,6 +13,7 @@
<ShowAsAssociation>
<Field Name="controller" />
<Field Name="viewport" />
<Field Name="world" />
</ShowAsAssociation>
</Class>
<Class Name="OpenRa.Game.Controller">
@@ -20,6 +21,7 @@
<Members>
<Field Name="dragEnd" Hidden="true" />
<Field Name="dragStart" Hidden="true" />
<Field Name="game" Hidden="true" />
</Members>
<TypeIdentifier>
<HashCode>AAAAAAAIAAAAAAAAAAACAgAAABAAAAAIAAAAAIAAAAA=</HashCode>
@@ -36,5 +38,22 @@
<FileName>Graphics\Viewport.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="OpenRa.Game.World">
<Position X="8.5" Y="5.5" Width="1.5" />
<Members>
<Field Name="actors" Hidden="true" />
<Field Name="frameEndActions" Hidden="true" />
<Field Name="game" Hidden="true" />
<Field Name="lastTime" Hidden="true" />
<Field Name="timestep" Hidden="true" />
</Members>
<TypeIdentifier>
<HashCode>AAYAACABABAAgAAAAIAABgAAAAAAAAAIAAAAAAAAAAA=</HashCode>
<FileName>World.cs</FileName>
</TypeIdentifier>
<ShowAsAssociation>
<Field Name="game" />
</ShowAsAssociation>
</Class>
<Font Name="Segoe UI" Size="9" />
</ClassDiagram>