Hello, hook OnHorseHitch placed in method SetHitch of RidableHorse
but it calling after set occupied horse in hitch:
hitch.SetOccupiedBy(horse);
horse.SetHitch(this);
and if OnHorseHitch return not null then hitch's spot will be ocuupied anyway
but it calling after set occupied horse in hitch:
hitch.SetOccupiedBy(horse);
horse.SetHitch(this);
and if OnHorseHitch return not null then hitch's spot will be ocuupied anyway