Пример #1
0
 public static Waypoint FindStaff(Staff staff)
 {
     return staff.GetComponentInChildren<Waypoint>();
 }