public static bool ValidateKeyboard(CKeyboard <T> kb) { if (kb.Keyboard == null) { return(false); } return(true); }
public override void RegisterKeyboard(Type_ENG type, GameObject keyboard) { CKeyboard <Type_ENG> _kb = new CKeyboard <Type_ENG> (type, keyboard); KeyboardList.Add(_kb); }