From 40c66f76ae6e69d843a63c39d90ca6aa23b2a31f Mon Sep 17 00:00:00 2001 From: Tleety Date: Thu, 3 Mar 2016 01:28:43 +0100 Subject: [PATCH] A component for tracking score for players. --- resources/Schema/Components.xsd | 1 + resources/Schema/Components/ScoreIdentity.xml | 3 +++ resources/Schema/Components/ScoreIdentity.xsd | 20 +++++++++++++++++++ resources/Schema/Types/Entity.xsd | 1 + 4 files changed, 25 insertions(+) create mode 100644 resources/Schema/Components/ScoreIdentity.xml create mode 100644 resources/Schema/Components/ScoreIdentity.xsd diff --git a/resources/Schema/Components.xsd b/resources/Schema/Components.xsd index d1572252..48f3ca04 100644 --- a/resources/Schema/Components.xsd +++ b/resources/Schema/Components.xsd @@ -60,4 +60,5 @@ + \ No newline at end of file diff --git a/resources/Schema/Components/ScoreIdentity.xml b/resources/Schema/Components/ScoreIdentity.xml new file mode 100644 index 00000000..95478277 --- /dev/null +++ b/resources/Schema/Components/ScoreIdentity.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/resources/Schema/Components/ScoreIdentity.xsd b/resources/Schema/Components/ScoreIdentity.xsd new file mode 100644 index 00000000..9ed69918 --- /dev/null +++ b/resources/Schema/Components/ScoreIdentity.xsd @@ -0,0 +1,20 @@ + + + + + A component tracking data for the score of a player. + + + The Kills per death score. + + + The amount of kills. + + + The amount of deaths. + + + Ping of a player. + + + \ No newline at end of file diff --git a/resources/Schema/Types/Entity.xsd b/resources/Schema/Types/Entity.xsd index 126276f6..9f364e11 100644 --- a/resources/Schema/Types/Entity.xsd +++ b/resources/Schema/Types/Entity.xsd @@ -63,6 +63,7 @@ +