misc: 정리
This commit is contained in:
@@ -44,7 +44,7 @@ export interface IResourceController{
|
||||
|
||||
getTroop(id: TroopID, nation: NationID): Troop | undefined;
|
||||
|
||||
_getAllChanges(): Map<unknown, unknown>;
|
||||
_getAllChanges(): Map<`${ValidEntityType<any>}_${number}`, LazyEntityUpdater<any>>;
|
||||
|
||||
setDirty(entity: LazyEntityUpdater<any>): void;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user