public interface ProducerChecker
Modifier and Type | Method and Description |
---|---|
boolean |
checkProduction(Producible producible)
Condition to start production.
|
boolean checkProduction(Producible producible)
Example:
producible
- The producible to check.true
if able to produce, false
else.Copyright © 2016 Byron 3D Games Studio. All rights reserved.