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