C# Class AbilityPlacedMessage

Inheritance: Message
Afficher le fichier Open project: mezosaurus/eae-project Class Usage Examples

Méthodes publiques

Свойство Type Description
AType AbilityType
X float
Y float

Méthodes publiques

Méthode Description
AbilityPlacedMessage ( float x, float y, AbilityType atype )

Method Details

AbilityPlacedMessage() public méthode

public AbilityPlacedMessage ( float x, float y, AbilityType atype )
x float
y float
atype AbilityType

Property Details

AType public_oe property

public AbilityType AType
Résultat AbilityType

X public_oe property

public float X
Résultat float

Y public_oe property

public float Y
Résultat float