issue-5-gamesystems #6

Merged
sebastian merged 24 commits from issue-5-gamesystems into main 2024-02-10 12:30:37 +00:00
Showing only changes of commit 64409bf846 - Show all commits

View File

@ -18,7 +18,6 @@ export class ModelComponentTypeUtillities {
}
static fromString(string: string) : ModelComponentType | undefined {
console.log(string)
switch (string) {
case "gamesystem": return ModelComponentType.GAMESYTEM;
case "scriptaccount": return ModelComponentType.SCRIPTACCOUNT;