C# Class SagaMap.Tasks.Regeneration

Inheritance: SagaLib.MultiRunTask
Show file Open project: Willyham/SagaRO2 Class Usage Examples

Public Properties

Property Type Description
hp ushort
sp ushort

Public Methods

Method Description
CallBack ( object o ) : void
Regeneration ( MapClient client, ushort hp, ushort sp, int period ) : System

Method Details

CallBack() public method

public CallBack ( object o ) : void
o object
return void

Regeneration() public method

public Regeneration ( MapClient client, ushort hp, ushort sp, int period ) : System
client MapClient
hp ushort
sp ushort
period int
return System

Property Details

hp public property

public ushort hp
return ushort

sp public property

public ushort sp
return ushort