game: make compilable

This commit is contained in:
Mark Joshwel 2024-11-17 21:36:00 +08:00
parent 27f42ffc55
commit 5a0159c929

View file

@ -102,7 +102,5 @@ private void OnDestroy()
/// <param name="newDisplayState">the game menu to show</param>
public void SetDisplayState(DisplayState newDisplayState)
{
var currentDisplayState = St;
switch (newDisplayState)
}
}