Changed rpg-docs folder to app
This commit is contained in:
7
app/Model/Campaign/Instance.js
Normal file
7
app/Model/Campaign/Instance.js
Normal file
@@ -0,0 +1,7 @@
|
||||
Instances = new Mongo.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