Files
DiceCloud/rpg-docs/Model/Character/SubSchemas/Skill.js
2015-03-06 11:03:09 +00:00

5 lines
145 B
JavaScript

Schemas.Skill = new SimpleSchema({
//attribute name that this skill used as base mod for roll
ability: { type: String, defaultValue: "" },
});