4c1a49a8a4
# Conflicts: # include/Engine/Core/ComponentWrapper.h # include/Game/PlayerSystem.h # include/Game/Systems/HealthSystem.h # resources/Schema/Components.xsd # resources/Schema/Components/Player.xml # resources/Schema/Types/Entity.xsd # src/Game/CMakeLists.txt # src/Game/PlayerSystem.cpp # src/Game/Systems/HealthSystem.cpp # src/Tests/OctTreeTestGameClass.cpp # src/Tests/OctTreeTestGameClass.h # src/Tests/OctTreeTestGameMain.cpp # src/Tests/OctTreeTestHardCodedTestWorld.h
22 lines
1.1 KiB
XML
22 lines
1.1 KiB
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/Physics.xsd"/>
|
|
<xs:include schemaLocation="Components/Model.xsd"/>
|
|
<xs:include schemaLocation="Components/RaptorCopter.xsd"/>
|
|
<xs:include schemaLocation="Components/Player.xsd"/>
|
|
<xs:include schemaLocation="Components/Camera.xsd"/>
|
|
<xs:include schemaLocation="Components/AABB.xsd"/>
|
|
<xs:include schemaLocation="Components/PointLight.xsd"/>
|
|
<xs:include schemaLocation="Components/Trigger.xsd"/>
|
|
<xs:include schemaLocation="Components/Health.xsd"/>
|
|
<xs:include schemaLocation="Components/CapturePoint.xsd"/>
|
|
<xs:include schemaLocation="Components/Listener.xsd"/>
|
|
<xs:include schemaLocation="Components/SoundEmitter.xsd"/>
|
|
<xs:include schemaLocation="Components/Collidable.xsd"/>
|
|
<xs:include schemaLocation="Components/Spawner.xsd"/>
|
|
<xs:include schemaLocation="Components/SpawnPoint.xsd"/>
|
|
<xs:include schemaLocation="Components/PlayerSpawn.xsd"/>
|
|
<xs:include schemaLocation="Components/Team.xsd"/>
|
|
</xs:schema> |