存档功能

This commit is contained in:
2025-01-08 11:41:20 +08:00
parent c67366664c
commit 43b99f98e7
49 changed files with 2498 additions and 5762 deletions
@@ -29,6 +29,11 @@ namespace AibisDream.Kit
{
Instance = null;
}
OnSingletonDestroy();
}
public virtual void OnSingletonDestroy()
{
}
}
}