上传新的package
This commit is contained in:
10
Assets/01.HybridCLR/Editor/ABI/PlatformABI.cs
Normal file
10
Assets/01.HybridCLR/Editor/ABI/PlatformABI.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace HybridCLR.Editor.ABI
|
||||
{
|
||||
public enum PlatformABI
|
||||
{
|
||||
Universal32,
|
||||
Universal64,
|
||||
Arm64,
|
||||
WebGL32,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user