Class UnturnedPlayerExperienceUpdatedEvent
Inheritance
System.Object
UnturnedPlayerExperienceUpdatedEvent
Assembly: OpenMod.Unturned.dll
Syntax
public class UnturnedPlayerExperienceUpdatedEvent : UnturnedPlayerEvent, IPlayerEvent, IEvent
Constructors
|
Improve this Doc
View Source
UnturnedPlayerExperienceUpdatedEvent(UnturnedPlayer, UInt32)
Declaration
public UnturnedPlayerExperienceUpdatedEvent(UnturnedPlayer player, uint experience)
Parameters
Properties
|
Improve this Doc
View Source
Experience
Declaration
public uint Experience { get; }
Property Value
Type |
Description |
System.UInt32 |
|
Implements
Extension Methods