BodyTetrisWrapper.Program.Timeout C# (CSharp) Method

Timeout() public static method

public static Timeout ( ) : void
return void
        public static void Timeout()
        {
            OscBundle bundle = new OscBundle();
            bundle.AddElement(new OscElement("/timeout"));
            //send bundle
            OSCSender.Send(bundle);

            logger.AddLogWithTime("Timeout");
        }
        public static void ShapeCompleted(int winner, int scoreP1, int scoreP2)