Refactoring of Character class to add effect appliers and removers
This commit is contained in:
4
rpg-docs/Model/Character/Constructors/Feature.js
Normal file
4
rpg-docs/Model/Character/Constructors/Feature.js
Normal file
@@ -0,0 +1,4 @@
|
||||
Feature = function(name){
|
||||
this.name = name;
|
||||
this.description = description;
|
||||
}
|
||||
Reference in New Issue
Block a user