Added basic timing, made features a part of character schema
This commit is contained in:
7
rpg-docs/Model/Campaign/Instance.js
Normal file
7
rpg-docs/Model/Campaign/Instance.js
Normal file
@@ -0,0 +1,7 @@
|
||||
Instances = new Meteor.Collection("instances");
|
||||
|
||||
Schemas.Instance = new SimpleSchema({
|
||||
//an instance is a single flow of time all parties in an instance are in-sync time wise
|
||||
});
|
||||
|
||||
Instances.attachSchema(Schemas.Instance);
|
||||
Reference in New Issue
Block a user