Reviewed-on: #2 Co-authored-by: Jeremy Smitherman <Jeremysmitherman@gmail.com> Co-committed-by: Jeremy Smitherman <Jeremysmitherman@gmail.com>
7 lines
170 B
C#
7 lines
170 B
C#
namespace State.Game
|
|
{
|
|
public class MainGameState : GameState
|
|
{
|
|
protected MainStateMachine MainStateMachine => (MainStateMachine)StateMachine;
|
|
}
|
|
} |