5 lines
88 B
TypeScript
5 lines
88 B
TypeScript
import { WarUnit } from "./WarUnit.js";
|
|
|
|
export class WarUnitGeneral extends WarUnit{
|
|
|
|
} |