C# Class SendBoardResponse

Datei anzeigen Open project: LilTsubaki/Les-fragments-d-Erule Class Usage Examples

Public Properties

Property Type Description
_area Area,
_exist bool
_final bool
_range Range,
_updateArea bool

Public Methods

Method 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 method

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

SendBoardResponse() public method

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 method

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
return Area,

_exist public_oe property

public bool _exist
return bool

_final public_oe property

public bool _final
return bool

_range public_oe property

public Range, _range
return Range,

_updateArea public_oe property

public bool _updateArea
return bool