Files
DiceCloud/rpg-docs/Model/Character/Feature.js
2014-11-03 06:17:35 +00:00

4 lines
79 B
JavaScript

Feature = function(name){
this.name = name;
this.description = description;
}