misc: 정리

This commit is contained in:
2024-03-09 04:58:45 +00:00
parent fda68b690d
commit 94becec429
+1 -1
View File
@@ -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;