1
This commit is contained in:
@@ -11,7 +11,7 @@ using System.Text;
|
||||
using System.Threading;
|
||||
using BITKit.Mod;
|
||||
|
||||
#if UNITY_64
|
||||
#if UNITY_5_3_OR_NEWER
|
||||
using System.Collections;
|
||||
using BITKit.UX;
|
||||
using UnityEngine;
|
||||
@@ -26,7 +26,7 @@ namespace BITKit
|
||||
{
|
||||
public class BITSharp
|
||||
{
|
||||
#if UNITY_64
|
||||
#if UNITY_5_3_OR_NEWER
|
||||
[RuntimeInitializeOnLoadMethod]
|
||||
private static void Reload()
|
||||
{
|
||||
@@ -60,7 +60,7 @@ namespace BITKit
|
||||
assemblies ??= AppDomain.CurrentDomain.GetAssemblies();
|
||||
return assemblies.Select(assembly => assembly.GetType(fullName, false)).FirstOrDefault(type => type is not null);
|
||||
}
|
||||
#if UNITY_64
|
||||
#if UNITY_5_3_OR_NEWER
|
||||
|
||||
public static Assembly Compile(params string[] codes)
|
||||
{
|
||||
|
Reference in New Issue
Block a user