C# Class ActorInfo, urban-survivors

Show file Open project: exdev/urban-survivors Class Usage Examples

Public Properties

Property Type Description
actorType ActorType
attack float
isBerserk bool
maxHP float

Property Details

actorType public property

public ActorType actorType
return ActorType

attack public property

public float attack
return float

isBerserk public property

public bool isBerserk
return bool

maxHP public property

public float maxHP
return float