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