-
Notifications
You must be signed in to change notification settings - Fork 0
/
ClassDiagram.drawio
532 lines (532 loc) · 56.3 KB
/
ClassDiagram.drawio
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
<mxfile host="app.diagrams.net" modified="2024-02-12T12:16:01.774Z" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" etag="vebpFhRZCNRHXDcdaPJZ" version="22.1.16" type="device">
<diagram id="C5RBs43oDa-KdzZeNtuy" name="Page-1">
<mxGraphModel dx="2436" dy="1164" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="4681" pageHeight="3300" math="0" shadow="0">
<root>
<mxCell id="WIyWlLk6GJQsqaUBKTNV-0" />
<mxCell id="WIyWlLk6GJQsqaUBKTNV-1" parent="WIyWlLk6GJQsqaUBKTNV-0" />
<mxCell id="fp9KempaDHavhTd3DwUE-73" value="ObjectManager" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fillColor=#F2CC8F;strokeColor=#E07A5F;fontColor=#393C56;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="40" y="480" width="160" height="86" as="geometry">
<mxRectangle x="290" y="150" width="120" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="fp9KempaDHavhTd3DwUE-74" value="+ field: type" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fontColor=#393C56;" parent="fp9KempaDHavhTd3DwUE-73" vertex="1">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="fp9KempaDHavhTd3DwUE-75" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;labelBackgroundColor=none;rounded=1;strokeColor=#E07A5F;fontColor=#393C56;" parent="fp9KempaDHavhTd3DwUE-73" vertex="1">
<mxGeometry y="52" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="fp9KempaDHavhTd3DwUE-76" value="+ method(type): type" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fontColor=#393C56;" parent="fp9KempaDHavhTd3DwUE-73" vertex="1">
<mxGeometry y="60" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="fp9KempaDHavhTd3DwUE-77" value="Hero" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fillColor=#F2CC8F;strokeColor=#E07A5F;fontColor=#393C56;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="320" y="480" width="160" height="86" as="geometry">
<mxRectangle x="560" y="150" width="80" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="fp9KempaDHavhTd3DwUE-78" value="+ field: type" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fontColor=#393C56;" parent="fp9KempaDHavhTd3DwUE-77" vertex="1">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="fp9KempaDHavhTd3DwUE-79" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;labelBackgroundColor=none;rounded=1;strokeColor=#E07A5F;fontColor=#393C56;" parent="fp9KempaDHavhTd3DwUE-77" vertex="1">
<mxGeometry y="52" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="fp9KempaDHavhTd3DwUE-80" value="+ method(type): type" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fontColor=#393C56;" parent="fp9KempaDHavhTd3DwUE-77" vertex="1">
<mxGeometry y="60" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="vFvVK_SjH7YphBXGu4Zv-10" value="" style="endArrow=open;html=1;endSize=12;startArrow=diamondThin;startSize=14;startFill=1;edgeStyle=orthogonalEdgeStyle;align=left;verticalAlign=bottom;rounded=1;labelBackgroundColor=none;fontColor=default;strokeColor=#E07A5F;" parent="WIyWlLk6GJQsqaUBKTNV-1" edge="1">
<mxGeometry x="-1" y="3" relative="1" as="geometry">
<mxPoint x="240" y="80" as="sourcePoint" />
<mxPoint x="400" y="80" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="vFvVK_SjH7YphBXGu4Zv-50" value="" style="endArrow=open;html=1;endSize=12;startArrow=diamondThin;startSize=14;startFill=0;edgeStyle=orthogonalEdgeStyle;align=left;verticalAlign=bottom;rounded=1;fontColor=default;labelBackgroundColor=none;strokeColor=#E07A5F;" parent="WIyWlLk6GJQsqaUBKTNV-1" edge="1">
<mxGeometry x="-1" y="3" relative="1" as="geometry">
<mxPoint x="240" y="122.41" as="sourcePoint" />
<mxPoint x="400" y="122.41" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-4" value="Monster" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fillColor=#F2CC8F;strokeColor=#E07A5F;fontColor=#393C56;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="320" y="680" width="160" height="86" as="geometry">
<mxRectangle x="560" y="150" width="80" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-5" value="+ field: type" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-4" vertex="1">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-6" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;labelBackgroundColor=none;rounded=1;strokeColor=#E07A5F;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-4" vertex="1">
<mxGeometry y="52" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-7" value="+ method(type): type" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-4" vertex="1">
<mxGeometry y="60" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-10" value="Creature" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fillColor=#F2CC8F;strokeColor=#E07A5F;fontColor=#393C56;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="320" y="280" width="160" height="86" as="geometry">
<mxRectangle x="560" y="150" width="80" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-11" value="+ field: type" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-10" vertex="1">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-12" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;labelBackgroundColor=none;rounded=1;strokeColor=#E07A5F;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-10" vertex="1">
<mxGeometry y="52" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-13" value="+ method(type): type" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-10" vertex="1">
<mxGeometry y="60" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-14" value="Extends" style="endArrow=block;endSize=16;endFill=0;html=1;rounded=1;labelBackgroundColor=none;fontColor=default;edgeStyle=orthogonalEdgeStyle;strokeColor=#E07A5F;" parent="WIyWlLk6GJQsqaUBKTNV-1" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="240" y="160" as="sourcePoint" />
<mxPoint x="400" y="160" as="targetPoint" />
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-20" value="Bag" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fillColor=#F2CC8F;strokeColor=#E07A5F;fontColor=#393C56;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="1160" y="480" width="160" height="86" as="geometry">
<mxRectangle x="560" y="150" width="80" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-101" value="+ field: type" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-20" vertex="1">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-22" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;labelBackgroundColor=none;rounded=1;strokeColor=#E07A5F;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-20" vertex="1">
<mxGeometry y="52" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-23" value="+ method(type): type" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-20" vertex="1">
<mxGeometry y="60" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-24" value="Armor" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fillColor=#F2CC8F;strokeColor=#E07A5F;fontColor=#393C56;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="600" y="680" width="160" height="86" as="geometry">
<mxRectangle x="560" y="150" width="80" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-25" value="+ field: type" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-24" vertex="1">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-26" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;labelBackgroundColor=none;rounded=1;strokeColor=#E07A5F;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-24" vertex="1">
<mxGeometry y="52" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-27" value="+ method(type): type" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-24" vertex="1">
<mxGeometry y="60" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-28" value="Weapon" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fillColor=#F2CC8F;strokeColor=#E07A5F;fontColor=#393C56;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="600" y="480" width="160" height="86" as="geometry">
<mxRectangle x="560" y="150" width="80" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-29" value="+ field: type" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-28" vertex="1">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-30" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;labelBackgroundColor=none;rounded=1;strokeColor=#E07A5F;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-28" vertex="1">
<mxGeometry y="52" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-31" value="+ method(type): type" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-28" vertex="1">
<mxGeometry y="60" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-45" value="Equipment" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fillColor=#F2CC8F;strokeColor=#E07A5F;fontColor=#393C56;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="600" y="280" width="160" height="86" as="geometry">
<mxRectangle x="560" y="150" width="80" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-46" value="+ field: type" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-45" vertex="1">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-47" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;labelBackgroundColor=none;rounded=1;strokeColor=#E07A5F;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-45" vertex="1">
<mxGeometry y="52" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-48" value="+ method(type): type" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-45" vertex="1">
<mxGeometry y="60" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-49" value="BaseItem" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fillColor=#F2CC8F;strokeColor=#E07A5F;fontColor=#393C56;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="1440" y="480" width="160" height="86" as="geometry">
<mxRectangle x="560" y="150" width="80" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-50" value="+ field: type" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-49" vertex="1">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-51" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;labelBackgroundColor=none;rounded=1;strokeColor=#E07A5F;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-49" vertex="1">
<mxGeometry y="52" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-52" value="+ method(type): type" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-49" vertex="1">
<mxGeometry y="60" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-53" value="BaseSkill" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fillColor=#F2CC8F;strokeColor=#E07A5F;fontColor=#393C56;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="880" y="480" width="160" height="86" as="geometry">
<mxRectangle x="560" y="150" width="80" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-54" value="+ field: type" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-53" vertex="1">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-55" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;labelBackgroundColor=none;rounded=1;strokeColor=#E07A5F;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-53" vertex="1">
<mxGeometry y="52" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-56" value="+ method(type): type" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-53" vertex="1">
<mxGeometry y="60" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-57" value="BaseAction" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fillColor=#F2CC8F;strokeColor=#E07A5F;fontColor=#393C56;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="1160" y="280" width="160" height="86" as="geometry">
<mxRectangle x="560" y="150" width="80" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-58" value="+ field: type" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-57" vertex="1">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-59" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;labelBackgroundColor=none;rounded=1;strokeColor=#E07A5F;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-57" vertex="1">
<mxGeometry y="52" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-60" value="+ method(type): type" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-57" vertex="1">
<mxGeometry y="60" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-61" value="Example" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fillColor=#F2CC8F;strokeColor=#E07A5F;fontColor=#393C56;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="40" y="40" width="160" height="86" as="geometry">
<mxRectangle x="560" y="150" width="80" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-62" value="+ field: type" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-61" vertex="1">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-63" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;labelBackgroundColor=none;rounded=1;strokeColor=#E07A5F;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-61" vertex="1">
<mxGeometry y="52" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-64" value="+ method(type): type" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-61" vertex="1">
<mxGeometry y="60" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-70" value="" style="endArrow=open;html=1;endSize=12;startArrow=diamondThin;startSize=14;startFill=1;edgeStyle=orthogonalEdgeStyle;align=left;verticalAlign=bottom;rounded=1;labelBackgroundColor=none;fontColor=default;strokeColor=#E07A5F;" parent="WIyWlLk6GJQsqaUBKTNV-1" source="mZtgEZylr_5Zrm6XIztE-28" target="mZtgEZylr_5Zrm6XIztE-53" edge="1">
<mxGeometry x="-1" y="3" relative="1" as="geometry">
<mxPoint x="220" y="910" as="sourcePoint" />
<mxPoint x="380" y="910" as="targetPoint" />
<Array as="points">
<mxPoint x="820" y="523" />
<mxPoint x="820" y="523" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-72" value="" style="endArrow=open;html=1;endSize=12;startArrow=diamondThin;startSize=14;startFill=1;edgeStyle=orthogonalEdgeStyle;align=left;verticalAlign=bottom;rounded=1;labelBackgroundColor=none;fontColor=default;strokeColor=#E07A5F;" parent="WIyWlLk6GJQsqaUBKTNV-1" source="fp9KempaDHavhTd3DwUE-77" target="mZtgEZylr_5Zrm6XIztE-20" edge="1">
<mxGeometry x="-1" y="3" relative="1" as="geometry">
<mxPoint x="240" y="930" as="sourcePoint" />
<mxPoint x="400" y="930" as="targetPoint" />
<Array as="points">
<mxPoint x="440" y="400" />
<mxPoint x="1080" y="400" />
<mxPoint x="1080" y="523" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-74" value="" style="endArrow=open;html=1;endSize=12;startArrow=diamondThin;startSize=14;startFill=1;edgeStyle=orthogonalEdgeStyle;align=left;verticalAlign=bottom;rounded=1;labelBackgroundColor=none;fontColor=default;strokeColor=#E07A5F;" parent="WIyWlLk6GJQsqaUBKTNV-1" source="mZtgEZylr_5Zrm6XIztE-116" target="mZtgEZylr_5Zrm6XIztE-124" edge="1">
<mxGeometry x="-1" y="3" relative="1" as="geometry">
<mxPoint x="120" y="1180" as="sourcePoint" />
<mxPoint x="280" y="1180" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-75" value="" style="endArrow=open;html=1;endSize=12;startArrow=diamondThin;startSize=14;startFill=1;edgeStyle=orthogonalEdgeStyle;align=left;verticalAlign=bottom;rounded=1;labelBackgroundColor=none;fontColor=default;strokeColor=#E07A5F;" parent="WIyWlLk6GJQsqaUBKTNV-1" source="mZtgEZylr_5Zrm6XIztE-116" target="mZtgEZylr_5Zrm6XIztE-120" edge="1">
<mxGeometry x="-1" y="3" relative="1" as="geometry">
<mxPoint x="370" y="1470" as="sourcePoint" />
<mxPoint x="530" y="1470" as="targetPoint" />
<Array as="points">
<mxPoint x="240" y="883" />
<mxPoint x="240" y="1083" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-76" value="" style="endArrow=open;html=1;endSize=12;startArrow=diamondThin;startSize=14;startFill=1;edgeStyle=orthogonalEdgeStyle;align=left;verticalAlign=bottom;rounded=1;labelBackgroundColor=none;fontColor=default;strokeColor=#E07A5F;" parent="WIyWlLk6GJQsqaUBKTNV-1" source="mZtgEZylr_5Zrm6XIztE-4" target="mZtgEZylr_5Zrm6XIztE-53" edge="1">
<mxGeometry x="-1" y="3" relative="1" as="geometry">
<mxPoint x="720" y="860" as="sourcePoint" />
<mxPoint x="880" y="860" as="targetPoint" />
<Array as="points">
<mxPoint x="500" y="723" />
<mxPoint x="500" y="600" />
<mxPoint x="800" y="600" />
<mxPoint x="800" y="523" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-80" value="Extends" style="endArrow=block;endSize=16;endFill=0;html=1;rounded=1;labelBackgroundColor=none;fontColor=default;edgeStyle=orthogonalEdgeStyle;strokeColor=#E07A5F;" parent="WIyWlLk6GJQsqaUBKTNV-1" source="mZtgEZylr_5Zrm6XIztE-10" target="fp9KempaDHavhTd3DwUE-77" edge="1">
<mxGeometry x="0.4224" width="160" relative="1" as="geometry">
<mxPoint x="580" y="860" as="sourcePoint" />
<mxPoint x="740" y="860" as="targetPoint" />
<mxPoint x="-1" as="offset" />
<Array as="points">
<mxPoint x="400" y="420" />
<mxPoint x="400" y="420" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-83" value="Extends" style="endArrow=block;endSize=16;endFill=0;html=1;rounded=1;labelBackgroundColor=none;fontColor=default;edgeStyle=orthogonalEdgeStyle;strokeColor=#E07A5F;" parent="WIyWlLk6GJQsqaUBKTNV-1" source="mZtgEZylr_5Zrm6XIztE-10" target="mZtgEZylr_5Zrm6XIztE-4" edge="1">
<mxGeometry x="0.5358" width="160" relative="1" as="geometry">
<mxPoint x="590" y="870" as="sourcePoint" />
<mxPoint x="750" y="870" as="targetPoint" />
<mxPoint x="-1" as="offset" />
<Array as="points">
<mxPoint x="400" y="400" />
<mxPoint x="280" y="400" />
<mxPoint x="280" y="640" />
<mxPoint x="400" y="640" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-84" value="Extends" style="endArrow=block;endSize=16;endFill=0;html=1;rounded=1;labelBackgroundColor=none;fontColor=default;edgeStyle=orthogonalEdgeStyle;strokeColor=#E07A5F;" parent="WIyWlLk6GJQsqaUBKTNV-1" source="mZtgEZylr_5Zrm6XIztE-45" target="mZtgEZylr_5Zrm6XIztE-28" edge="1">
<mxGeometry x="0.4953" width="160" relative="1" as="geometry">
<mxPoint x="600" y="880" as="sourcePoint" />
<mxPoint x="760" y="880" as="targetPoint" />
<mxPoint x="-1" as="offset" />
<Array as="points">
<mxPoint x="680" y="390" />
<mxPoint x="680" y="390" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-85" value="Extends" style="endArrow=block;endSize=16;endFill=0;html=1;rounded=1;labelBackgroundColor=none;fontColor=default;edgeStyle=orthogonalEdgeStyle;strokeColor=#E07A5F;" parent="WIyWlLk6GJQsqaUBKTNV-1" source="mZtgEZylr_5Zrm6XIztE-45" target="mZtgEZylr_5Zrm6XIztE-24" edge="1">
<mxGeometry x="0.5358" width="160" relative="1" as="geometry">
<mxPoint x="610" y="890" as="sourcePoint" />
<mxPoint x="770" y="890" as="targetPoint" />
<mxPoint x="-1" as="offset" />
<Array as="points">
<mxPoint x="680" y="440" />
<mxPoint x="560" y="440" />
<mxPoint x="560" y="640" />
<mxPoint x="680" y="640" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-86" value="Extends" style="endArrow=block;endSize=16;endFill=0;html=1;rounded=1;labelBackgroundColor=none;fontColor=default;edgeStyle=orthogonalEdgeStyle;strokeColor=#E07A5F;" parent="WIyWlLk6GJQsqaUBKTNV-1" source="mZtgEZylr_5Zrm6XIztE-57" target="mZtgEZylr_5Zrm6XIztE-53" edge="1">
<mxGeometry x="0.5939" width="160" relative="1" as="geometry">
<mxPoint x="620" y="900" as="sourcePoint" />
<mxPoint x="780" y="900" as="targetPoint" />
<mxPoint as="offset" />
<Array as="points">
<mxPoint x="1240" y="440" />
<mxPoint x="960" y="440" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-87" value="Extends" style="endArrow=block;endSize=16;endFill=0;html=1;rounded=1;labelBackgroundColor=none;fontColor=default;edgeStyle=orthogonalEdgeStyle;strokeColor=#E07A5F;" parent="WIyWlLk6GJQsqaUBKTNV-1" source="mZtgEZylr_5Zrm6XIztE-57" target="mZtgEZylr_5Zrm6XIztE-49" edge="1">
<mxGeometry x="0.5939" width="160" relative="1" as="geometry">
<mxPoint x="630" y="910" as="sourcePoint" />
<mxPoint x="790" y="910" as="targetPoint" />
<mxPoint as="offset" />
<Array as="points">
<mxPoint x="1240" y="440" />
<mxPoint x="1520" y="440" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-88" value="Extends" style="endArrow=block;endSize=16;endFill=0;html=1;rounded=1;labelBackgroundColor=none;fontColor=default;edgeStyle=orthogonalEdgeStyle;strokeColor=#E07A5F;" parent="WIyWlLk6GJQsqaUBKTNV-1" source="mZtgEZylr_5Zrm6XIztE-57" target="mZtgEZylr_5Zrm6XIztE-96" edge="1">
<mxGeometry x="0.7116" width="160" relative="1" as="geometry">
<mxPoint x="640" y="920" as="sourcePoint" />
<mxPoint x="800" y="920" as="targetPoint" />
<mxPoint as="offset" />
<Array as="points">
<mxPoint x="1240" y="440" />
<mxPoint x="840" y="440" />
<mxPoint x="840" y="640" />
<mxPoint x="960" y="640" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-96" value="Move" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fillColor=#F2CC8F;strokeColor=#E07A5F;fontColor=#393C56;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="880" y="680" width="160" height="86" as="geometry">
<mxRectangle x="560" y="150" width="80" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-97" value="+ field: type" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-96" vertex="1">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-98" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;labelBackgroundColor=none;rounded=1;strokeColor=#E07A5F;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-96" vertex="1">
<mxGeometry y="52" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-99" value="+ method(type): type" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-96" vertex="1">
<mxGeometry y="60" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-116" value="BattleManager" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fillColor=#F2CC8F;strokeColor=#E07A5F;fontColor=#393C56;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="40" y="840" width="160" height="86" as="geometry">
<mxRectangle x="560" y="150" width="80" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-117" value="+ field: type" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-116" vertex="1">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-118" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;labelBackgroundColor=none;rounded=1;strokeColor=#E07A5F;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-116" vertex="1">
<mxGeometry y="52" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-119" value="+ method(type): type" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-116" vertex="1">
<mxGeometry y="60" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-120" value="TurnSystem" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fillColor=#F2CC8F;strokeColor=#E07A5F;fontColor=#393C56;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="320" y="1040" width="160" height="86" as="geometry">
<mxRectangle x="560" y="150" width="80" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-121" value="+ field: type" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-120" vertex="1">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-122" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;labelBackgroundColor=none;rounded=1;strokeColor=#E07A5F;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-120" vertex="1">
<mxGeometry y="52" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-123" value="+ method(type): type" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-120" vertex="1">
<mxGeometry y="60" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-124" value="BattleGridCell<br>" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fillColor=#F2CC8F;strokeColor=#E07A5F;fontColor=#393C56;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="320" y="840" width="160" height="86" as="geometry">
<mxRectangle x="560" y="150" width="80" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-125" value="+ field: type" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-124" vertex="1">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-126" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;labelBackgroundColor=none;rounded=1;strokeColor=#E07A5F;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-124" vertex="1">
<mxGeometry y="52" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="mZtgEZylr_5Zrm6XIztE-127" value="+ method(type): type" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;labelBackgroundColor=none;rounded=1;fontColor=#393C56;" parent="mZtgEZylr_5Zrm6XIztE-124" vertex="1">
<mxGeometry y="60" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="RXM8ld1lsDpb-J7KwCdg-0" value="" style="endArrow=open;endFill=1;endSize=12;html=1;rounded=1;fontColor=default;edgeStyle=orthogonalEdgeStyle;labelBackgroundColor=none;strokeColor=#E07A5F;" parent="WIyWlLk6GJQsqaUBKTNV-1" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="240" y="40" as="sourcePoint" />
<mxPoint x="400" y="40" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="rObW0A7u0Nj3Azyy_84h-0" value="" style="endArrow=open;endFill=1;endSize=12;html=1;rounded=1;fontColor=default;edgeStyle=orthogonalEdgeStyle;labelBackgroundColor=none;strokeColor=#E07A5F;" parent="WIyWlLk6GJQsqaUBKTNV-1" source="fp9KempaDHavhTd3DwUE-73" target="fp9KempaDHavhTd3DwUE-77" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="90.00000000000023" y="1220.0000000000002" as="sourcePoint" />
<mxPoint x="250.00000000000023" y="1220.0000000000002" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="rObW0A7u0Nj3Azyy_84h-1" value="" style="endArrow=open;endFill=1;endSize=12;html=1;rounded=1;fontColor=default;edgeStyle=orthogonalEdgeStyle;labelBackgroundColor=none;strokeColor=#E07A5F;" parent="WIyWlLk6GJQsqaUBKTNV-1" source="mZtgEZylr_5Zrm6XIztE-116" target="mZtgEZylr_5Zrm6XIztE-10" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="100.00000000000023" y="1230.0000000000002" as="sourcePoint" />
<mxPoint x="260.0000000000002" y="1230.0000000000002" as="targetPoint" />
<Array as="points">
<mxPoint x="120" y="800" />
<mxPoint x="220" y="800" />
<mxPoint x="220" y="323" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="rObW0A7u0Nj3Azyy_84h-2" value="" style="endArrow=open;endFill=1;endSize=12;html=1;rounded=1;fontColor=default;edgeStyle=orthogonalEdgeStyle;labelBackgroundColor=none;strokeColor=#E07A5F;" parent="WIyWlLk6GJQsqaUBKTNV-1" source="fp9KempaDHavhTd3DwUE-77" target="mZtgEZylr_5Zrm6XIztE-28" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="110.00000000000023" y="1240.0000000000002" as="sourcePoint" />
<mxPoint x="270.0000000000002" y="1240.0000000000002" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="rObW0A7u0Nj3Azyy_84h-3" value="" style="endArrow=open;endFill=1;endSize=12;html=1;rounded=1;fontColor=default;edgeStyle=orthogonalEdgeStyle;labelBackgroundColor=none;strokeColor=#E07A5F;" parent="WIyWlLk6GJQsqaUBKTNV-1" source="fp9KempaDHavhTd3DwUE-77" target="mZtgEZylr_5Zrm6XIztE-24" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="630.0000000000002" y="1020.0000000000002" as="sourcePoint" />
<mxPoint x="790.0000000000002" y="1020.0000000000002" as="targetPoint" />
<Array as="points">
<mxPoint x="520" y="523" />
<mxPoint x="520" y="723" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="rObW0A7u0Nj3Azyy_84h-4" value="" style="endArrow=open;endFill=1;endSize=12;html=1;rounded=1;fontColor=default;edgeStyle=orthogonalEdgeStyle;labelBackgroundColor=none;strokeColor=#E07A5F;" parent="WIyWlLk6GJQsqaUBKTNV-1" source="mZtgEZylr_5Zrm6XIztE-20" target="mZtgEZylr_5Zrm6XIztE-49" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="1200.0000000000002" y="740.0000000000002" as="sourcePoint" />
<mxPoint x="1360.0000000000002" y="740.0000000000002" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="rObW0A7u0Nj3Azyy_84h-8" value="" style="endArrow=open;endFill=1;endSize=12;html=1;rounded=1;fontColor=default;edgeStyle=orthogonalEdgeStyle;labelBackgroundColor=none;strokeColor=#E07A5F;" parent="WIyWlLk6GJQsqaUBKTNV-1" source="fp9KempaDHavhTd3DwUE-77" target="mZtgEZylr_5Zrm6XIztE-57" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="630.0000000000002" y="882.4100000000003" as="sourcePoint" />
<mxPoint x="790.0000000000002" y="882.4100000000003" as="targetPoint" />
<Array as="points">
<mxPoint x="520" y="523" />
<mxPoint x="520" y="240" />
<mxPoint x="1240" y="240" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="rObW0A7u0Nj3Azyy_84h-9" value="" style="shape=umlLifeline;perimeter=lifelinePerimeter;whiteSpace=wrap;html=1;container=1;dropTarget=0;collapsible=0;recursiveResize=0;outlineConnect=0;portConstraint=eastwest;newEdgeStyle={"curved":0,"rounded":0};participant=umlActor;labelBackgroundColor=none;fillColor=#F2CC8F;strokeColor=#E07A5F;fontColor=#393C56;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="230" y="1270" width="20" height="660" as="geometry" />
</mxCell>
<mxCell id="rObW0A7u0Nj3Azyy_84h-10" value="" style="shape=umlLifeline;perimeter=lifelinePerimeter;whiteSpace=wrap;html=1;container=1;dropTarget=0;collapsible=0;recursiveResize=0;outlineConnect=0;portConstraint=eastwest;newEdgeStyle={"curved":0,"rounded":0};participant=umlActor;labelBackgroundColor=none;fillColor=#F2CC8F;strokeColor=#E07A5F;fontColor=#393C56;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="390" y="1270" width="20" height="660" as="geometry" />
</mxCell>
<mxCell id="rObW0A7u0Nj3Azyy_84h-11" value="BattleManager" style="shape=umlLifeline;perimeter=lifelinePerimeter;whiteSpace=wrap;html=1;container=1;dropTarget=0;collapsible=0;recursiveResize=0;outlineConnect=0;portConstraint=eastwest;newEdgeStyle={"curved":0,"rounded":0};labelBackgroundColor=none;fillColor=#F2CC8F;strokeColor=#E07A5F;fontColor=#393C56;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="30" y="1270" width="100" height="660" as="geometry" />
</mxCell>
<mxCell id="rObW0A7u0Nj3Azyy_84h-12" value="Hero" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;labelBackgroundColor=none;fontColor=#393C56;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="215" y="1240" width="50" height="30" as="geometry" />
</mxCell>
<mxCell id="rObW0A7u0Nj3Azyy_84h-13" value="Monster" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;labelBackgroundColor=none;fontColor=#393C56;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="365" y="1240" width="70" height="30" as="geometry" />
</mxCell>
<mxCell id="rObW0A7u0Nj3Azyy_84h-14" value="" style="html=1;verticalAlign=bottom;endArrow=block;curved=0;rounded=0;labelBackgroundColor=none;fontColor=default;strokeColor=#E07A5F;" parent="WIyWlLk6GJQsqaUBKTNV-1" edge="1">
<mxGeometry width="80" relative="1" as="geometry">
<mxPoint x="80" y="1490" as="sourcePoint" />
<mxPoint x="239.5" y="1490" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="rObW0A7u0Nj3Azyy_84h-15" value="&lt;SelectAction&gt;" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;labelBackgroundColor=none;fontColor=#393C56;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="235" y="1490" width="100" height="30" as="geometry" />
</mxCell>
<mxCell id="rObW0A7u0Nj3Azyy_84h-17" value="&lt;SelectTarget&gt;" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;labelBackgroundColor=none;fontColor=#393C56;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="235" y="1530" width="100" height="30" as="geometry" />
</mxCell>
<mxCell id="rObW0A7u0Nj3Azyy_84h-18" value="" style="html=1;verticalAlign=bottom;endArrow=block;curved=0;rounded=0;labelBackgroundColor=none;fontColor=default;strokeColor=#E07A5F;" parent="WIyWlLk6GJQsqaUBKTNV-1" edge="1">
<mxGeometry width="80" relative="1" as="geometry">
<mxPoint x="240.00000000000023" y="1650" as="sourcePoint" />
<mxPoint x="80.5" y="1650" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="rObW0A7u0Nj3Azyy_84h-19" value="" style="html=1;verticalAlign=bottom;endArrow=block;curved=0;rounded=0;labelBackgroundColor=none;fontColor=default;strokeColor=#E07A5F;" parent="WIyWlLk6GJQsqaUBKTNV-1" edge="1">
<mxGeometry width="80" relative="1" as="geometry">
<mxPoint x="79.82352941176464" y="1730" as="sourcePoint" />
<mxPoint x="400" y="1730" as="targetPoint" />
<Array as="points">
<mxPoint x="270.5" y="1730" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="rObW0A7u0Nj3Azyy_84h-20" value="&lt;MonsterTurn&gt;" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;labelBackgroundColor=none;fontColor=#393C56;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="400" y="1730" width="110" height="30" as="geometry" />
</mxCell>
<mxCell id="rObW0A7u0Nj3Azyy_84h-21" value="" style="html=1;verticalAlign=bottom;endArrow=block;curved=0;rounded=0;labelBackgroundColor=none;fontColor=default;strokeColor=#E07A5F;" parent="WIyWlLk6GJQsqaUBKTNV-1" edge="1">
<mxGeometry width="80" relative="1" as="geometry">
<mxPoint x="400" y="1850" as="sourcePoint" />
<mxPoint x="80" y="1850" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="rObW0A7u0Nj3Azyy_84h-22" value="DoAction" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;labelBackgroundColor=none;fontColor=#393C56;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="240" y="1570" width="70" height="30" as="geometry" />
</mxCell>
<mxCell id="rObW0A7u0Nj3Azyy_84h-23" value="DoAction" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;labelBackgroundColor=none;fontColor=#393C56;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="400" y="1770" width="70" height="30" as="geometry" />
</mxCell>
<mxCell id="rObW0A7u0Nj3Azyy_84h-25" value="InitBattle" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;labelBackgroundColor=none;fontColor=#393C56;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="80" y="1370" width="70" height="30" as="geometry" />
</mxCell>
<mxCell id="rObW0A7u0Nj3Azyy_84h-26" value="PlaceAllCreatures" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;labelBackgroundColor=none;fontColor=#393C56;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="80" y="1410" width="120" height="30" as="geometry" />
</mxCell>
<mxCell id="rObW0A7u0Nj3Azyy_84h-27" value="SetTurns" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;labelBackgroundColor=none;fontColor=#393C56;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="80" y="1450" width="70" height="30" as="geometry" />
</mxCell>
<mxCell id="rObW0A7u0Nj3Azyy_84h-28" value="NextTurn" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;labelBackgroundColor=none;fontColor=#393C56;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="130" y="1490" width="70" height="30" as="geometry" />
</mxCell>
<mxCell id="rObW0A7u0Nj3Azyy_84h-29" value="OnHandleAction" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;labelBackgroundColor=none;fontColor=#393C56;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="240" y="1610" width="110" height="30" as="geometry" />
</mxCell>
<mxCell id="rObW0A7u0Nj3Azyy_84h-30" value="NextTrun" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;labelBackgroundColor=none;fontColor=#393C56;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="130" y="1650" width="70" height="30" as="geometry" />
</mxCell>
<mxCell id="rObW0A7u0Nj3Azyy_84h-31" value="OnHandleAction" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;labelBackgroundColor=none;fontColor=#393C56;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="400" y="1810" width="110" height="30" as="geometry" />
</mxCell>
<mxCell id="rObW0A7u0Nj3Azyy_84h-32" value="NextTrun" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;labelBackgroundColor=none;fontColor=#393C56;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="290" y="1850" width="70" height="30" as="geometry" />
</mxCell>
<mxCell id="zU3awfZadnmmCbCXr9lK-0" value="" style="endArrow=open;endFill=1;endSize=12;html=1;rounded=1;fontColor=default;edgeStyle=orthogonalEdgeStyle;labelBackgroundColor=none;strokeColor=#E07A5F;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="fp9KempaDHavhTd3DwUE-73" target="mZtgEZylr_5Zrm6XIztE-4">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="140" y="670" as="sourcePoint" />
<mxPoint x="290" y="700" as="targetPoint" />
<Array as="points">
<mxPoint x="240" y="523" />
<mxPoint x="240" y="723" />
</Array>
</mxGeometry>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>