C# Class Pluton.Rust.Events.ItemConditionEvent

Inheritance: Core.Event
Afficher le fichier Open project: Notulp/Pluton.Rust

Méthodes publiques

Свойство Type Description
Amount float
Item InvItem
Player Core.Player

Méthodes publiques

Méthode Description
ItemConditionEvent ( Core.Item item, float amount ) : Core

Method Details

ItemConditionEvent() public méthode

public ItemConditionEvent ( Core.Item item, float amount ) : Core
item Core.Item
amount float
Résultat Core

Property Details

Amount public_oe property

public float Amount
Résultat float

Item public_oe property

public InvItem Item
Résultat InvItem

Player public_oe property

public Player,Core Player
Résultat Core.Player