C# Class PartyCraft.API.Plugin

Exibir arquivo Open project: SirCmpwn/PartyCraft

Public Methods

Method Description
OnInitialize ( IServer server ) : void
OnInstall ( ) : void
OnShutDown ( ) : void

Method Details

OnInitialize() public method

public OnInitialize ( IServer server ) : void
server IServer
return void

OnInstall() public method

public OnInstall ( ) : void
return void

OnShutDown() public method

public OnShutDown ( ) : void
return void