Пример #1
0
 private void Start()
 {
     MouseKeyboardControl.Subscribe <InputController.InputVector3>("MouseToAngle", Controller.AimAtTarget);
 }
Пример #2
0
 //---- Unity
 //----------
 private void Awake()
 {
     _instance = this;
 }