Declare overflow job (assistant) with constants.

This commit is contained in:
Pieter-Jan Briers
2020-01-19 18:32:24 +01:00
parent 02fbc5938b
commit 77367345b6
3 changed files with 173 additions and 0 deletions

View File

@@ -7,6 +7,11 @@ namespace Content.Shared
{
public abstract class SharedGameTicker
{
// See ideally these would be pulled from the job definition or something.
// But this is easier, and at least it isn't hardcoded.
public const string OverflowJob = "Assistant";
public const string OverflowJobName = "Assistant";
protected class MsgTickerJoinLobby : NetMessage
{
#region REQUIRED