Remove unexpected using.
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using UnityEditor.VersionControl;
|
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
using UnityEngine.UI;
|
using UnityEngine.UI;
|
||||||
|
|
||||||
@@ -27,7 +26,6 @@ namespace Cryville.Crtr {
|
|||||||
timer += Time.deltaTime;
|
timer += Time.deltaTime;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public static void CreateException(Exception ex) {
|
public static void CreateException(Exception ex) {
|
||||||
Create(ex.Message);
|
Create(ex.Message);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user