30 lines
616 B
XML
30 lines
616 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
|
<Entity xmlns:c="components" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../Types/Entity.xsd">
|
|
|
|
<Components>
|
|
<c:Transform/>
|
|
</Components>
|
|
|
|
<Children>
|
|
<Entity>
|
|
<Components>
|
|
<c:Health/>
|
|
<c:AABB/>
|
|
<c:Player/>
|
|
<c:Transform/>
|
|
</Components>
|
|
<Children/>
|
|
</Entity>
|
|
<Entity>
|
|
<Components>
|
|
<c:AABB/>
|
|
<c:CapturePoint/>
|
|
<c:Team/>
|
|
<c:Transform/>
|
|
</Components>
|
|
<Children/>
|
|
</Entity>
|
|
</Children>
|
|
|
|
</Entity>
|