7 lines
247 B
TypeScript
7 lines
247 B
TypeScript
export class ModelComponentFileDirectory {
|
|
public static SCRIPTACCOUNT_DIR_NAME = "script-accounts"
|
|
public static GAMESYSTEM_DIR_NAME = "gamesystems";
|
|
public static CHARACTER_DIR_NAME = "characters";
|
|
static ITEMGROUP_DIR_NAME = "items";
|
|
}
|