C# Class Pluton.Rust.Events.PlayerLootEvent

Inheritance: LootEvent
ファイルを表示 Open project: Notulp/Pluton.Rust

Public Properties

Property Type Description
Target Player

Public Methods

Method Description
PlayerLootEvent ( PlayerLoot playerLoot, Player looter, Player looted ) : Rust.Objects

Method Details

PlayerLootEvent() public method

public PlayerLootEvent ( PlayerLoot playerLoot, Player looter, Player looted ) : Rust.Objects
playerLoot PlayerLoot
looter Player
looted Player
return Rust.Objects

Property Details

Target public_oe property

public Player Target
return Player