Added basic timing, made features a part of character schema
This commit is contained in:
8
rpg-docs/Model/Campaign/Party.js
Normal file
8
rpg-docs/Model/Campaign/Party.js
Normal file
@@ -0,0 +1,8 @@
|
||||
Parties = new Meteor.Collection("parties");
|
||||
|
||||
Schemas.Party = new SimpleSchema({
|
||||
//each character/monster can only be in one party at a time
|
||||
//each party can only be in a single instance at a time
|
||||
});
|
||||
|
||||
Parties.attachSchema(Schemas.Party);
|
||||
Reference in New Issue
Block a user