예제 #1
0
파일: UI.cs 프로젝트: whoadrian/GGJ20
    public void Play()
    {
        if (!CheckSanity())
        {
            return;
        }

        system.Command(Command.PLAY);
    }