This commit is contained in:
parent
635da80bf2
commit
64409bf846
@ -18,7 +18,6 @@ export class ModelComponentTypeUtillities {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static fromString(string: string) : ModelComponentType | undefined {
|
static fromString(string: string) : ModelComponentType | undefined {
|
||||||
console.log(string)
|
|
||||||
switch (string) {
|
switch (string) {
|
||||||
case "gamesystem": return ModelComponentType.GAMESYTEM;
|
case "gamesystem": return ModelComponentType.GAMESYTEM;
|
||||||
case "scriptaccount": return ModelComponentType.SCRIPTACCOUNT;
|
case "scriptaccount": return ModelComponentType.SCRIPTACCOUNT;
|
||||||
|
Loading…
Reference in New Issue
Block a user