C# Class EasyFarm.Classes.PlayerMonitor

ファイルを表示 Open project: EasyFarm/EasyFarm Class Usage Examples

Public Methods

Method Description
PlayerMonitor ( IMemoryAPI memory ) : System.Threading
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
Monitor ( ) : void

Method Details

PlayerMonitor() public method

public PlayerMonitor ( IMemoryAPI memory ) : System.Threading
memory IMemoryAPI
return System.Threading

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void