C# 클래스 ChestControl.ChestControl

상속: TerrariaPlugin
파일 보기 프로젝트 열기: Deathmax/Chest-Control

공개 프로퍼티들

프로퍼티 타입 설명
LastSave System.DateTime
Players CPlayer[]

공개 메소드들

메소드 설명
ChestControl ( Terraria.Main game ) : System
Initialize ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
NetHooks_GetData ( Hooks.GetDataEventArgs e ) : void
OnSaveWorld ( bool resettime, HandledEventArgs e ) : void
OnUpdate ( ) : void
ServerHooks_Leave ( int obj ) : void
UpdateChecker ( ) : void

메소드 상세

ChestControl() 공개 메소드

public ChestControl ( Terraria.Main game ) : System
game Terraria.Main
리턴 System

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

프로퍼티 상세

LastSave 공개적으로 정적으로 프로퍼티

public static DateTime,System LastSave
리턴 System.DateTime

Players 공개적으로 정적으로 프로퍼티

public static CPlayer[] Players
리턴 CPlayer[]