Gestion de l'import skill/categories

This commit is contained in:
2024-08-10 00:24:15 +02:00
parent de884cbd22
commit 6cfedca162
26 changed files with 84 additions and 62 deletions

View File

@ -18,6 +18,10 @@ export class RFRPUtility {
this.skillCategories.sort((a, b) => a.name.localeCompare(b.name));
}
static getGameSystem() {
return this.gameSystem;
}
/* -------------------------------------------- */
static getSkillCategories() {
return this.skillCategories