9 lines
141 B
C#
9 lines
141 B
C#
|
using UnityEditor;
|
||
|
|
||
|
namespace PhxhSDK.Editor
|
||
|
{
|
||
|
public static class PhxhBuildParam
|
||
|
{
|
||
|
public static BuildTarget target;
|
||
|
}
|
||
|
}
|