Files
DiceCloud/app/Model/Character/SubSchemas/Skill.js
2018-06-07 01:07:49 -07:00

5 lines
143 B
JavaScript

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