Allow more lobby parameters to be configured.

This commit is contained in:
Pieter-Jan Briers
2020-02-08 21:23:37 +01:00
parent c7043d20b1
commit 913b4d97a1
5 changed files with 29 additions and 21 deletions

View File

@@ -33,5 +33,6 @@ namespace Content.Server.Interfaces.GameTicking
IEnumerable<GameRule> ActiveGameRules { get; }
void SetStartPreset(Type type);
void SetStartPreset(string type);
}
}