C# Class TranscendPlugins.PortableCraftingGuide

Inheritance: System.MarshalByRefObject, IPluginPreUpdate, IPluginUpdate, IPluginPlaySound, IPluginInitialize
显示文件 Open project: dougbenham/TerrariaPatcher

Public Methods

Method Description
OnInitialize ( ) : void
OnPlaySound ( int type, int x, int y, int style ) : bool
OnPreUpdate ( ) : void
OnUpdate ( ) : void

Private Methods

Method Description
Set ( ) : void

Method Details

OnInitialize() public method

public OnInitialize ( ) : void
return void

OnPlaySound() public method

public OnPlaySound ( int type, int x, int y, int style ) : bool
type int
x int
y int
style int
return bool

OnPreUpdate() public method

public OnPreUpdate ( ) : void
return void

OnUpdate() public method

public OnUpdate ( ) : void
return void