59be714fdc
1 System added: CapturePointSystem 1 Test added: CapturePointTest added 1 variable in PlayerComponent (TeamNumber) added 2 variables in CapturePoint (CaptureTimer,OwnedBy) CapturePointSystem is now handling 2 events: OnTriggerTouch,OnTriggerLeave Added the CapturePointSystem to Game.cpp
15 lines
768 B
XML
15 lines
768 B
XML
<?xml version="1.0"?>
|
|
|
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="components" elementFormDefault="qualified">
|
|
<xs:include schemaLocation="Components/Transform.xsd"/>
|
|
<xs:include schemaLocation="Components/Model.xsd"/>
|
|
<xs:include schemaLocation="Components/Test.xsd"/>
|
|
<xs:include schemaLocation="Components/RaptorCopter.xsd"/>
|
|
<xs:include schemaLocation="Components/Player.xsd"/>
|
|
<xs:include schemaLocation="Components/AABB.xsd"/>
|
|
<xs:include schemaLocation="Components/Trigger.xsd"/>
|
|
<xs:include schemaLocation="Components/Health.xsd"/>
|
|
<xs:include schemaLocation="Components/PrimaryItem.xsd"/>
|
|
<xs:include schemaLocation="Components/SecondaryItem.xsd"/>
|
|
<xs:include schemaLocation="Components/CapturePoint.xsd"/>
|
|
</xs:schema> |