BodyTetrisWrapper.Program.GameStart C# (CSharp) Method

GameStart() public static method

public static GameStart ( ) : void
return void
        public static void GameStart() //not used.
        {
            OscBundle bundle = new OscBundle();
            bundle.AddElement(new OscElement("/gamestart"));
            //send bundle
            OSCSender.Send(bundle);
        }
        public static void RoundStart(int goalShape, int orientation, IntPtr goalShapeStatus)