Exemplo n.º 1
0
 public void SetBoat(Boat boat)
 {
     this.boat      = boat;
     this.character = null;
 }
Exemplo n.º 2
0
 public void JoinBoat(Boat b)
 {
     obj.transform.parent = b.obj.transform;
     onGround             = false;
 }
Exemplo n.º 3
0
 public void SetCharacter(Character character)
 {
     this.character = character;
     this.boat      = null;
 }