-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathClassDiagram.cd
More file actions
65 lines (65 loc) · 2.27 KB
/
Copy pathClassDiagram.cd
File metadata and controls
65 lines (65 loc) · 2.27 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
<?xml version="1.0" encoding="utf-8"?>
<ClassDiagram MajorVersion="1" MinorVersion="1">
<Class Name="MiniGamesProject.DealOrNoDealMiniGame">
<Position X="7" Y="4.75" Width="2" />
<TypeIdentifier>
<HashCode>IRAACAAAAAAEgAAkAAQAAQAACAAAAQAAAEQApAAAQAg=</HashCode>
<FileName>DealOrNoDealMiniGame.cs</FileName>
</TypeIdentifier>
<ShowAsAssociation>
<Property Name="Banker" />
<Property Name="ChosenCase" />
<Property Name="Currency" />
<Property Name="State" />
</ShowAsAssociation>
<ShowAsCollectionAssociation>
<Property Name="cases" />
</ShowAsCollectionAssociation>
</Class>
<Class Name="MiniGamesProject.MiniGame">
<Position X="7" Y="1.5" Width="2" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAgAAAAAAAAARAAAAAAAAAAAAEAAAAAAA=</HashCode>
<FileName>MiniGame.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="MiniGamesProject.DealOrNoDeal.Banker">
<Position X="11.25" Y="6.25" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
<FileName>DealOrNoDeal\Banker.cs</FileName>
</TypeIdentifier>
<ShowAsAssociation>
<Property Name="mode" />
</ShowAsAssociation>
</Class>
<Class Name="MiniGamesProject.DealOrNoDeal.Case">
<Position X="3.25" Y="6.75" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAgAAAAAAA=</HashCode>
<FileName>DealOrNoDeal\Case.cs</FileName>
</TypeIdentifier>
</Class>
<Enum Name="GameState">
<Position X="10.5" Y="3.75" Width="2" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAwAIAAAAgAAAAAAAUAAAAAAAAAAAAAAg=</HashCode>
<FileName>GameState.cs</FileName>
</TypeIdentifier>
</Enum>
<Enum Name="BankerMode">
<Position X="13.75" Y="6.25" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAgAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAQA=</HashCode>
<FileName>DealOrNoDeal\BankerMode.cs</FileName>
</TypeIdentifier>
</Enum>
<Enum Name="Currency">
<Position X="11.5" Y="8.25" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAABAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
<FileName>DealOrNoDeal\Currency.cs</FileName>
</TypeIdentifier>
</Enum>
<Font Name="Segoe UI" Size="9" />
</ClassDiagram>