This commit is contained in:
CortexCore
2024-05-31 01:23:15 +08:00
parent c798b224be
commit 299082fe27
164 changed files with 3604 additions and 2018 deletions

View File

@@ -8,6 +8,7 @@ using UnityEngine.UIElements;
namespace BITKit.UX
{
#if !UNITY_WEBGL
public class UXApplicationFile : MonoBehaviour
{
[SerializeReference, SubclassSelector] private IApplicationFile applicationFile;
@@ -52,5 +53,5 @@ namespace BITKit.UX
}
}
}
#endif
}