You've already forked Commercialization.topon
release: 1.4.2
This commit is contained in:
@@ -19,6 +19,18 @@ namespace AnyThink.Scripts.IntegrationManager.Editor
|
||||
public static string PLUGIN_VERSION = "2.1.7";
|
||||
public static bool isDebug = false;
|
||||
|
||||
public static bool EnableEditorTools
|
||||
{
|
||||
get
|
||||
{
|
||||
#if AnyThinkSDKEditor
|
||||
return true;
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
public static int PLUGIN_TYPE = 1;
|
||||
public static int OS_ANDROID = 1;
|
||||
public static int OS_IOS = 2;
|
||||
|
||||
Reference in New Issue
Block a user