Implemented basic inventory
This commit is contained in:
@@ -4,4 +4,4 @@ Container = function(name, owner){
|
||||
this.name = name;
|
||||
this.owner = owner;
|
||||
this.isCarried = true;
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user