0.20.1
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using UnityEngine;
|
||||
using UnityEngineInternal;
|
||||
using WI;
|
||||
using XRLib;
|
||||
using Object = UnityEngine.Object;
|
||||
|
||||
[Serializable]
|
||||
@@ -111,6 +111,6 @@ public partial class MonoBehaviour : UnityEngine.MonoBehaviour
|
||||
protected virtual void OnDestroy()
|
||||
{
|
||||
if (this.GetType() != typeof(TrashBehaviour))
|
||||
WI.Core.Unregist(this);
|
||||
XRLib.Core.Unregist(this);
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace WI
|
||||
namespace XRLib
|
||||
{
|
||||
public partial class TrashBehaviour : UnityEngine.MonoBehaviour
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user