game: make compilable
This commit is contained in:
parent
27f42ffc55
commit
5a0159c929
|
@ -102,7 +102,5 @@ private void OnDestroy()
|
||||||
/// <param name="newDisplayState">the game menu to show</param>
|
/// <param name="newDisplayState">the game menu to show</param>
|
||||||
public void SetDisplayState(DisplayState newDisplayState)
|
public void SetDisplayState(DisplayState newDisplayState)
|
||||||
{
|
{
|
||||||
var currentDisplayState = St;
|
|
||||||
switch (newDisplayState)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in a new issue