示例#1
0
 void Awake()
 {
     keyDevice_ = gameObject.AddComponent <KeyDeviceManager>();
     playerControllerCustom_ = gameObject.AddComponent <XboxControllerCustom>();
 }