Added basic timing, made features a part of character schema
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
Features = new Meteor.Collection("features");
|
||||
|
||||
Feature = function(characterId){
|
||||
this.character = characterId;
|
||||
this.name = "New Feature";
|
||||
this.description = "";
|
||||
this.effects = [];
|
||||
this.enabled = false;
|
||||
}
|
||||
Reference in New Issue
Block a user