-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathClassDiagram1.cd
107 lines (107 loc) · 4.88 KB
/
ClassDiagram1.cd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<?xml version="1.0" encoding="utf-8"?>
<ClassDiagram MajorVersion="1" MinorVersion="1">
<Class Name="Assets.Scripts.Abstractions.Factions.UnitOwner" Collapsed="true">
<Position X="4.75" Y="0.5" Width="1.5" />
<TypeIdentifier>
<HashCode>oBAABAAIAABAAAAAAAAAIAEAAAAAAAIAAAAAhEAAAAA=</HashCode>
<FileName>Assets\Scripts\Abstractions\Factions\UnitOwner.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="Assets.Scripts.Implementations.Factions.Aliens" Collapsed="true">
<Position X="2.5" Y="2" Width="1.5" />
<TypeIdentifier>
<HashCode>IBAAAAAAAABAAAAAAAAAIAEAAAAAAAAAAAAABEAAAAA=</HashCode>
<FileName>Assets\Scripts\Implementations\Factions\Aliens.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="Assets.Scripts.Implementations.Factions.Alliance" Collapsed="true">
<Position X="4.75" Y="2" Width="1.5" />
<TypeIdentifier>
<HashCode>IBAAABAAACBAAACAAAAAIQUAAAQAAAAAAAAABEAAAAA=</HashCode>
<FileName>Assets\Scripts\Implementations\Factions\Alliance.cs</FileName>
</TypeIdentifier>
<Lollipop Position="0.2" />
</Class>
<Class Name="Assets.Scripts.Implementations.Factions.Country" Collapsed="true">
<Position X="7" Y="2" Width="1.5" />
<TypeIdentifier>
<HashCode>IBAAIAABACBAgACAAIFAIAUAAAQAAAAAAAACBEAAAAA=</HashCode>
<FileName>Assets\Scripts\Implementations\Factions\Country.cs</FileName>
</TypeIdentifier>
<Lollipop Position="0.2" />
</Class>
<Class Name="Assets.Scripts.Implementations.Factions.CountryEventsHandler" Collapsed="true">
<Position X="7" Y="3" Width="1.5" />
<TypeIdentifier>
<HashCode>AACAAAAAAAAAAAAEAEAAAAAAAAAAAAAAAAAAEAAAAAA=</HashCode>
<FileName>Assets\Scripts\Implementations\Factions\CountryEventsHandler.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="Assets.Scripts.Implementations.Players.AIPlayer" Collapsed="true">
<Position X="0.5" Y="0.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAASEAAAAAAAAAAAABAAAAAABQAAAAAAAAAAA=</HashCode>
<FileName>Assets\Scripts\Implementations\Players\AIPlayer.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="Assets.Scripts.Implementations.Players.Player" Collapsed="true">
<Position X="0.5" Y="1.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAQCAAAEACAAgAAgBgAIAAAAAAAAIAAAAAAAAAEAgAI=</HashCode>
<FileName>Assets\Scripts\Implementations\Players\Player.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="Assets.Scripts.Implementations.UI.UIController" Collapsed="true" BaseTypeListCollapsed="true">
<Position X="8.5" Y="5.25" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAACAAAACBEAAAAIQAAAQAAAAAACAAAAAIAgA=</HashCode>
<FileName>Assets\Scripts\Implementations\UI\UIController.cs</FileName>
</TypeIdentifier>
<Lollipop Position="0.221" />
</Class>
<Class Name="Assets.Scripts.Implementations.Units.PlatformUnit" Collapsed="true">
<Position X="2.25" Y="5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAgAAAQAACIAAAAAAAAAAAAAAAAAQAAAEAACAAAAAgA=</HashCode>
<FileName>Assets\Scripts\Implementations\Units\PlatformUnit.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="Assets.Scripts.Implementations.Units.Unit" Collapsed="true">
<Position X="2.25" Y="3.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAQCAADUACICEACAAAABADAAAAQAAAAAAAAAAAAAAAA=</HashCode>
<FileName>Assets\Scripts\Implementations\Units\Unit.cs</FileName>
</TypeIdentifier>
<Lollipop Position="0.2" />
</Class>
<Class Name="Assets.Scripts.Implementations.Utils.UtilsAndTools" Collapsed="true">
<Position X="6.75" Y="5.25" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAABAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAIAA=</HashCode>
<FileName>Assets\Scripts\Implementations\Utils\UtilsAndTools.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="Assets.Scripts.Implementations.World.Clock" Collapsed="true">
<Position X="11.25" Y="0.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAACQAAAACAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
<FileName>Assets\Scripts\Implementations\World\Clock.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="Assets.Scripts.Implementations.World.Province" Collapsed="true" BaseTypeListCollapsed="true">
<Position X="9" Y="2" Width="1.5" />
<TypeIdentifier>
<HashCode>QgAQAADiADBAAACAABAABEAAAEQCAAAAAAIAEAAACAA=</HashCode>
<FileName>Assets\Scripts\Implementations\World\Province.cs</FileName>
</TypeIdentifier>
<Lollipop Position="0.2" />
</Class>
<Interface Name="Assets.Scripts.Interfaces.World.ITimeAffected" Collapsed="true">
<Position X="11.25" Y="1.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAACAAAAAAAAAAAQAAAAAAAAAAAAAAAA=</HashCode>
<FileName>Assets\Scripts\Interfaces\World\ITimeAffected.cs</FileName>
</TypeIdentifier>
</Interface>
<Font Name="Segoe UI" Size="9" />
</ClassDiagram>