added: early version of lock on cancel
This commit is contained in:
@@ -43,4 +43,8 @@ public class PlayerControls : MonoBehaviour{
|
||||
public void OnLockOn(){
|
||||
GetComponent<LockOnManager>().ChangeLockOnTarget();
|
||||
}
|
||||
|
||||
public void OnCancelLockOn(){
|
||||
GetComponent<LockOnManager>().RemoveLockOnTarget();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user