game_logic 정의

This commit is contained in:
2023-09-23 18:34:27 +00:00
parent cea888573c
commit e084835249
14 changed files with 215 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import { WarUnit } from "./WarUnit.js";
export class WarUnitGeneral extends WarUnit{
}