Example #1
0
 private bool UnitCanBeUsable(BoardUnit unit)
 {
     return(unit.UnitCanBeUsable());
 }