12 lines
177 B
C#

using UnityEngine;
namespace State.GameStateMachine
{
public class GameStateMachine : StateMachine
{
public void Init()
{
}
}
}