2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-10-19 04:55:19 +00:00

feat: unlink fastfiles via ModMan

This commit is contained in:
Jan Laupetin
2025-10-11 18:56:11 +01:00
parent f53195d4bd
commit d86b70e006
8 changed files with 174 additions and 13 deletions

View File

@@ -0,0 +1,3 @@
export interface UnlinkingBinds {
unlinkZone(zoneName: string): Promise<void>;
}