public void NotifyChange(Mob mob, string propertyName) { MobChanged?.Invoke(this, new MobChangedEventArgs(mob, propertyName)); }