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 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);
} }