BodyTetrisWrapper.Program.Countdown C# (CSharp) 메소드

Countdown() 공개 정적인 메소드

public static Countdown ( int timeRemaining ) : void
timeRemaining int
리턴 void
        public static void Countdown(int timeRemaining)
        {
            OscBundle bundle = new OscBundle();
            //HACK no countdown bundle.AddElement(new OscElement("/countdown/" + timeRemaining));
            //send bundle
            OSCSender.Send(bundle);
        }
        public static void Holding(int player)