public struct XpChangedEvent : IEventPayload

Payload for the "XpChanged" event.


public int GetPreviousXp()

(Client) Gets the previous xp.

Returns: (int) The previous xp.


public int GetCurrentXp()

(Client) Gets the current xp.

Returns: The current xp.