Add game preset attribute, unhardcode game presets (#3166)

* Add game preset attribute, unhardcode game presets

* Add game preset attribute doc

* Add preset attribute to extended

* Remove try methods from playerdata
This commit is contained in:
DrSmugleaf
2021-02-14 15:39:24 +01:00
committed by GitHub
parent 137b99a543
commit a8e9bf0488
10 changed files with 68 additions and 22 deletions

View File

@@ -40,4 +40,4 @@ namespace Content.Server.Commands.GameTicking
shell.WriteLine($"Forced the game to start with preset {name}.");
}
}
}
}