-
Notifications
You must be signed in to change notification settings - Fork 0
/
dragons.xml
41 lines (41 loc) · 1.4 KB
/
dragons.xml
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><dragonsTestClass>
<dragonsTestClass>
<entry key="4598829831706177276">
<value>
<id>4598829831706177276</id>
<name>Yan</name>
<coordinates>
<x>12</x>
<y>1.0</y>
</coordinates>
<creationDate>2022-09-24T15:34:52.433143</creationDate>
<age>12</age>
<color>BROWN</color>
<type>FIRE</type>
<character>CHAOTIC</character>
<cave>
<numberOfTreasures>1232323</numberOfTreasures>
</cave>
</value>
</entry>
<entry>
<key>4606381334164030905</key>
<value>
<id>4606381334164030905</id>
<name>Alex</name>
<coordinates>
<x>122</x>
<y>11.0</y>
</coordinates>
<creationDate>2022-09-24T15:34:52.434081</creationDate>
<age>112</age>
<color>WHITE</color>
<type>AIR</type>
<character>CHAOTIC_EVIL</character>
<cave>
<numberOfTreasures>1323</numberOfTreasures>
</cave>
</value>
</entry>
</dragonsTestClass>
</dragonsTestClass>