Update GameApp.cs

This commit is contained in:
Alex-Rachel
2025-07-30 23:08:45 +08:00
parent 511619cb71
commit 55ffdf4edb

View File

@@ -12,7 +12,7 @@ using TEngine;
/// 游戏App。
/// </summary>
#if ENABLE_OBFUZ
[ObfuzIgnore]
[ObfuzIgnore(ObfuzScope.TypeName | ObfuzScope.MethodName)]
#endif
public partial class GameApp
{