C# Class MobCommon, UnityDemo

Inheritance: NetworkBehaviour
Mostra file Open project: rouchen/UnityDemo Class Usage Examples

Public Methods

Method Description
AddHp ( int value ) : void
GetHp ( ) : int
GetTeam ( ) : int
SetHp ( int value ) : void
SetTeam ( int tid ) : void
Start ( ) : void
Update ( ) : void

Method Details

AddHp() public method

public AddHp ( int value ) : void
value int
return void

GetHp() public method

public GetHp ( ) : int
return int

GetTeam() public method

public GetTeam ( ) : int
return int

SetHp() public method

public SetHp ( int value ) : void
value int
return void

SetTeam() public method

public SetTeam ( int tid ) : void
tid int
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void