Files
DiceCloud/rpg-docs/Model/Campaign/Instance.js
2015-04-22 12:44:25 +02:00

8 lines
222 B
JavaScript

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);