C# Class ChestControl.ChestControl

Inheritance: TerrariaPlugin
Afficher le fichier Open project: Deathmax/Chest-Control

Méthodes publiques

Свойство Type Description
LastSave System.DateTime
Players CPlayer[]

Méthodes publiques

Méthode Description
ChestControl ( Terraria.Main game ) : System
Initialize ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
NetHooks_GetData ( Hooks.GetDataEventArgs e ) : void
OnSaveWorld ( bool resettime, HandledEventArgs e ) : void
OnUpdate ( ) : void
ServerHooks_Leave ( int obj ) : void
UpdateChecker ( ) : void

Method Details

ChestControl() public méthode

public ChestControl ( Terraria.Main game ) : System
game Terraria.Main
Résultat System

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Property Details

LastSave public_oe static_oe property

public static DateTime,System LastSave
Résultat System.DateTime

Players public_oe static_oe property

public static CPlayer[] Players
Résultat CPlayer[]