C# Class gamedef.Prop

Inheritance: tabtoy.DataObject
Afficher le fichier Open project: davyxu/tabtoy Class Usage Examples

Méthodes publiques

Свойство Type Description
AttackRate float
ExType ActorType
HP int

Méthodes publiques

Méthode Description
Deserialize ( tabtoy reader ) : void

Method Details

Deserialize() public méthode

public Deserialize ( tabtoy reader ) : void
reader tabtoy
Résultat void

Property Details

AttackRate public_oe property

public float AttackRate
Résultat float

ExType public_oe property

public ActorType ExType
Résultat ActorType

HP public_oe property

public int HP
Résultat int