pub type LoyaltyDecreaseFn = fn(&LoyaltyDecreaseCtx) -> Result<i64>;Expand description
Signature of a loyalty-decay fn (i64 decrease per tick).
pub type LoyaltyDecreaseFn = fn(&LoyaltyDecreaseCtx) -> Result<i64>;Signature of a loyalty-decay fn (i64 decrease per tick).