Remove unexpected using.

This commit is contained in:
2022-11-15 18:08:13 +08:00
parent a8ab73ac65
commit 53ada70dda

View File

@@ -1,5 +1,4 @@
using System;
using UnityEditor.VersionControl;
using UnityEngine;
using UnityEngine.UI;
@@ -27,7 +26,6 @@ namespace Cryville.Crtr {
timer += Time.deltaTime;
}
public static void CreateException(Exception ex) {
Create(ex.Message);
}