Model changes
Adds basic Scene model Extends Character model with reusable properties (Using the two traits Properties and PropertyManager).
This commit is contained in:
@@ -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";'
|
||||
Reference in New Issue
Block a user