三国卡牌客户端基础资源仓库
yyl
2025-05-13 e30e257ab8fcec3161337db973d0d1e6f2ce702e
Assets/Launch/Launch.cs
@@ -19,6 +19,11 @@
    public bool IsUseAssetBundle = false;
#if UNITY_EDITOR
    public bool EnableNetLog = true;
#else
    public bool EnableNetLog = false;
#endif
    // 状态机
    private LaunchStateMachine stateMachine;