feat: LazyEntityUpdater
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import type { CityID, NationID, NationName, NationType } from "./defs.js";
|
||||
|
||||
export interface INationEntity{
|
||||
id: NationID;
|
||||
name: NationName;
|
||||
type: NationType;
|
||||
|
||||
capitalID: CityID;
|
||||
}
|
||||
Reference in New Issue
Block a user