init
This commit is contained in:
7
rpg-docs/Model/Inventory/Containers.js
Normal file
7
rpg-docs/Model/Inventory/Containers.js
Normal file
@@ -0,0 +1,7 @@
|
||||
Containers = new Meteor.Collection('containers');
|
||||
|
||||
Container = function(name, owner){
|
||||
this.name = name;
|
||||
this.owner = owner;
|
||||
this.isCarried = true;
|
||||
}
|
||||
Reference in New Issue
Block a user