10 lines
420 B
XML
10 lines
420 B
XML
<?xml version="1.0"?>
|
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:t="types">
|
|
<xs:import schemaLocation="../Types.xsd" namespace="types"/>
|
|
|
|
<xs:element name="BoostIconsHUD">
|
|
<xs:annotation>
|
|
<xs:documentation>Origin for the 3 boost states. Create 3 children with Sprite and Fill components, name them "Sprint", "Defender", "Assault"</xs:documentation>
|
|
</xs:annotation>
|
|
</xs:element>
|
|
</xs:schema> |