-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathClassDiagram.cd
More file actions
88 lines (88 loc) · 3.18 KB
/
ClassDiagram.cd
File metadata and controls
88 lines (88 loc) · 3.18 KB
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
<?xml version="1.0" encoding="utf-8"?>
<ClassDiagram MajorVersion="1" MinorVersion="1">
<Class Name="EternityRPG.Archer" Collapsed="true">
<Position X="5.5" Y="3.25" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
<FileName>Archer.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="EternityRPG.Boss" Collapsed="true">
<Position X="1.5" Y="3.25" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAA=</HashCode>
<FileName>Boss.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="EternityRPG.Character" Collapsed="true">
<Position X="5" Y="0.5" Width="1.5" />
<TypeIdentifier>
<HashCode>QAACgAAAgAAAAAEAAAAAEAQAQIACAAAAAAQAAAAAAAE=</HashCode>
<FileName>Character.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="EternityRPG.Enemy" Collapsed="true">
<Position X="2.5" Y="1.75" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAAAAAAAgAAAAAIAAAAAAAAAAAAAAAAA=</HashCode>
<FileName>Enemy.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="EternityRPG.Item" Collapsed="true">
<Position X="5" Y="4.5" Width="1.5" />
<TypeIdentifier>
<HashCode>gIIAIACAAAAAAEAAAAAAADCAAAAMAAAAAAAAAAAAAAA=</HashCode>
<FileName>Item.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="EternityRPG.Mage" Collapsed="true">
<Position X="7.5" Y="3.25" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
<FileName>Mage.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="EternityRPG.Mob" Collapsed="true">
<Position X="3.5" Y="3.25" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAA=</HashCode>
<FileName>Mob.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="EternityRPG.Player" Collapsed="true">
<Position X="7.5" Y="1.75" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAgAAAAAAAAAACAABIAAABBAIAAgAAAAAAAQQAAAAA=</HashCode>
<FileName>Player.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="EternityRPG.Potion" Collapsed="true">
<Position X="3" Y="5.75" Width="1.5" />
<TypeIdentifier>
<HashCode>AAIAAAAAAAAAAAAAAAAAAAAAAAAEAAAAIAAAAAEAAAA=</HashCode>
<FileName>Potion.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="EternityRPG.Warrior" Collapsed="true">
<Position X="9.5" Y="3.25" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
<FileName>Warrior.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="EternityRPG.Weapon" Collapsed="true">
<Position X="5" Y="5.75" Width="1.5" />
<TypeIdentifier>
<HashCode>AAIAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAA=</HashCode>
<FileName>Weapon.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="EternityRPG.Buff" Collapsed="true">
<Position X="7" Y="5.75" Width="1.5" />
<TypeIdentifier>
<HashCode>AAIAAAAAAAAAAAAAAIAAAAAAAAAEAAAAAAAAAAAEAAA=</HashCode>
<FileName>Buff.cs</FileName>
</TypeIdentifier>
</Class>
<Font Name="Segoe UI" Size="9" />
</ClassDiagram>