Ejemplo n.º 1
0
 public void SetPlayerInfo(ObjectWithFlick object_with_flick, Rigidbody2D player_rb)
 {
     player   = object_with_flick;
     playerRb = player_rb;
 }