format & refactor

This commit is contained in:
galister
2022-05-10 20:03:40 +02:00
committed by Haï~
parent e14e2850a5
commit 5a7ae074cd
2 changed files with 19 additions and 23 deletions
+1 -3
View File
@@ -1,6 +1,4 @@
using UnityEngine;
using UnityEditor.Animations;
using System.Linq;
namespace AnimatorAsCode.V0
{
@@ -55,4 +53,4 @@ namespace AnimatorAsCode.V0
return (T) this;
}
}
}
}