Skip to content

@ue-too/board-game-engine / index / ZoneHasEntitiesNumberRangePrecondition

類別: ZoneHasEntitiesNumberRangePrecondition

定義於: zone-system/precondition.ts:49

實作

建構函式

建構函式

new ZoneHasEntitiesNumberRangePrecondition(_coordinator, _zoneEntity, _minCount, _maxCount): ZoneHasEntitiesNumberRangePrecondition

定義於: zone-system/precondition.ts:50

參數

_coordinator

Coordinator

_zoneEntity

number

_minCount

number

_maxCount

number

回傳

ZoneHasEntitiesNumberRangePrecondition

方法

check()

check(): boolean

定義於: zone-system/precondition.ts:57

回傳

boolean

實作了

Precondition.check