C# Class SendBoardResponse

Afficher le fichier Open project: LilTsubaki/Les-fragments-d-Erule Class Usage Examples

Méthodes publiques

Свойство Type Description
_area Area,
_exist bool
_final bool
_range Range,
_updateArea bool

Méthodes publiques

Méthode Description
SendBoardResponse ( bool exist, bool final )
SendBoardResponse ( bool exist, bool final, int minRange, int maxRange, bool isPiercing, bool enemyTargetable, Orientation, orientation )
SendBoardResponse ( bool exist, bool final, int minRange, int maxRange, bool isPiercing, bool enemyTargetable, Orientation, orientation, Area, area )

Method Details

SendBoardResponse() public méthode

public SendBoardResponse ( bool exist, bool final )
exist bool
final bool

SendBoardResponse() public méthode

public SendBoardResponse ( bool exist, bool final, int minRange, int maxRange, bool isPiercing, bool enemyTargetable, Orientation, orientation )
exist bool
final bool
minRange int
maxRange int
isPiercing bool
enemyTargetable bool
orientation Orientation,

SendBoardResponse() public méthode

public SendBoardResponse ( bool exist, bool final, int minRange, int maxRange, bool isPiercing, bool enemyTargetable, Orientation, orientation, Area, area )
exist bool
final bool
minRange int
maxRange int
isPiercing bool
enemyTargetable bool
orientation Orientation,
area Area,

Property Details

_area public_oe property

public Area, _area
Résultat Area,

_exist public_oe property

public bool _exist
Résultat bool

_final public_oe property

public bool _final
Résultat bool

_range public_oe property

public Range, _range
Résultat Range,

_updateArea public_oe property

public bool _updateArea
Résultat bool