UnitConstBase 적용용

This commit is contained in:
2025-01-21 16:02:24 +00:00
parent 01094d376f
commit 7cffa68d04
6 changed files with 69 additions and 61 deletions
+1
View File
@@ -16,6 +16,7 @@ class ReqTech extends BaseGameUnitConstraint {
if ($tech < $this->reqTech) {
return false;
}
return true;
}
public function getInfo(): string