Model changes

Adds basic Scene model
Extends Character model with reusable properties (Using the two traits
Properties and PropertyManager).
This commit is contained in:
Basilius Sauter
2016-04-19 21:43:33 +02:00
parent 15ff6e8898
commit 6a72a43cda
16 changed files with 572 additions and 46 deletions
+6 -1
View File
@@ -10,4 +10,9 @@ characters:
name: "Testcharacter 2"
displayName: "Testcharacter 2"
health: 90
maxhealth: 90
maxhealth: 90
character_properties:
-
owner_id: 1
propertyName: "test"
propertyValue: 's:5:"hallo";'