Exemple #1
0
 private void Awake()
 {
     Customer = new CustomerCharacter(this);
 }
 public CustomerLocomotion(CustomerCharacter customer)
 {
     _customer      = customer;
     _startPosition = customer.Avatar.transform.position;
     _startRotation = customer.Avatar.transform.rotation;
 }