rename /rpg-docs to /app
This commit is contained in:
4
app/Model/Character/SubSchemas/Skill.js
Normal file
4
app/Model/Character/SubSchemas/Skill.js
Normal file
@@ -0,0 +1,4 @@
|
||||
Schemas.Skill = new SimpleSchema({
|
||||
//attribute name that this skill used as base mod for roll
|
||||
ability: {type: String, defaultValue: ""},
|
||||
});
|
||||
Reference in New Issue
Block a user