Class PlayerMoneyChangedEventArgs
Inheritance
PlayerMoneyChangedEventArgs
Assembly: SlipeServer.Server.dll
Syntax
public sealed class PlayerMoneyChangedEventArgs : EventArgs
Constructors
|
Edit this page
View Source
PlayerMoneyChangedEventArgs(Player, int, bool)
Declaration
public PlayerMoneyChangedEventArgs(Player source, int money, bool instant)
Parameters
Properties
|
Edit this page
View Source
Instant
Declaration
public bool Instant { get; }
Property Value
|
Edit this page
View Source
Money
Declaration
public int Money { get; }
Property Value
|
Edit this page
View Source
Source
Declaration
public Player Source { get; }
Property Value