Astroids.Classes.ControlHandler.ControlHandler C# (CSharp) 메소드

ControlHandler() 공개 메소드

public ControlHandler ( ) : System
리턴 System
        public ControlHandler()
        {
            cActions = new List<string>();
            kbHandler = new KeyboardHandler();
            wmHandler = new WiimoteHandler();
            wiimoteIsConnected = wmHandler.CheckConnection();
        }