新增性能容器

This commit is contained in:
2025-12-05 16:25:40 +08:00
parent 8e419a3257
commit 223df3fb91
2 changed files with 983 additions and 0 deletions

View File

@@ -109,6 +109,7 @@ namespace Convention.Experimental.Modules
}
else
{
Debug.LogError("This object does not belong to any pool.", instance);
throw new PublicType.GameException("This object does not belong to any pool.");
}
}