2024-03-20 08:26:14 +00:00
|
|
|
export class ModelComponentFileDirectory {
|
|
|
|
public static SCRIPTACCOUNT_DIR_NAME = "script-accounts"
|
|
|
|
public static GAMESYSTEM_DIR_NAME = "gamesystems";
|
2024-03-22 09:01:47 +00:00
|
|
|
public static CHARACTER_DIR_NAME = "characters";
|
2024-05-09 07:12:46 +00:00
|
|
|
static ITEMGROUP_DIR_NAME = "items";
|
2024-03-20 08:26:14 +00:00
|
|
|
}
|