59 lines
2.0 KiB
XML
59 lines
2.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ClassDiagram MajorVersion="1" MinorVersion="1">
|
|
<Class Name="OpenRa.Game.Game">
|
|
<Position X="6" Y="2.5" Width="1.5" />
|
|
<Members>
|
|
<Field Name="localPlayerIndex" Hidden="true" />
|
|
<Field Name="treeCache" Hidden="true" />
|
|
</Members>
|
|
<TypeIdentifier>
|
|
<HashCode>AAAAEAAAAIAAAAEEBAEAIAAQQAAAAAAAJIAAAABAQAA=</HashCode>
|
|
<FileName>Game.cs</FileName>
|
|
</TypeIdentifier>
|
|
<ShowAsAssociation>
|
|
<Field Name="controller" />
|
|
<Field Name="viewport" />
|
|
<Field Name="world" />
|
|
</ShowAsAssociation>
|
|
</Class>
|
|
<Class Name="OpenRa.Game.Controller">
|
|
<Position X="8.5" Y="3" Width="1.75" />
|
|
<Members>
|
|
<Field Name="dragEnd" Hidden="true" />
|
|
<Field Name="dragStart" Hidden="true" />
|
|
<Field Name="game" Hidden="true" />
|
|
</Members>
|
|
<TypeIdentifier>
|
|
<HashCode>AAAAAAAIAAAAAAAAAAACAgAAABAAAAAIAAAAAIAAAAA=</HashCode>
|
|
<FileName>Controller.cs</FileName>
|
|
</TypeIdentifier>
|
|
<ShowAsAssociation>
|
|
<Field Name="game" />
|
|
</ShowAsAssociation>
|
|
</Class>
|
|
<Class Name="OpenRa.Game.Graphics.Viewport">
|
|
<Position X="3.5" Y="2.5" Width="1.5" />
|
|
<TypeIdentifier>
|
|
<HashCode>AAAAAAAABAAAiABAAIYAAEAAAABCAAAAAABgAAAAgBE=</HashCode>
|
|
<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> |