Class RustPlayerCorpseSpawnedEvent
Inheritance
System.Object
RustPlayerCorpseSpawnedEvent
Assembly: OpenMod.Rust.dll
Syntax
public class RustPlayerCorpseSpawnedEvent : RustPlayerEvent, IPlayerEvent, IEvent
Constructors
|
Improve this Doc
View Source
RustPlayerCorpseSpawnedEvent(RustPlayer, BaseCorpse)
Declaration
public RustPlayerCorpseSpawnedEvent(RustPlayer player, BaseCorpse corpse)
Parameters
Type |
Name |
Description |
RustPlayer |
player |
|
BaseCorpse |
corpse |
|
Properties
|
Improve this Doc
View Source
Corpse
Declaration
public BaseCorpse Corpse { get; }
Property Value
Type |
Description |
BaseCorpse |
|
Implements
Extension Methods