wip: 개체 작업 진행
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import type { NationID, TroopID } from "./defs.js";
|
||||
|
||||
export interface ITroopEntity {
|
||||
id: TroopID;
|
||||
nationID: NationID;
|
||||
name: string;
|
||||
}
|
||||
Reference in New Issue
Block a user