What's the planned work?
Replace
Player.PostUpdateStats_delegate(PlayerController player)
and the related event, with
Player.ModifyStats_delegate(PlayerController player, StatBonuses stats)
where StatBonuses will be a type containing Modifiers instances related to every player stat.
Example
No response
What's the planned work?
Replace
and the related event, with
where
StatBonuseswill be a type containingModifiersinstances related to every player stat.Example
No response