summaryrefslogtreecommitdiff
path: root/Assets/Editor/Optimization
diff options
context:
space:
mode:
Diffstat (limited to 'Assets/Editor/Optimization')
-rw-r--r--Assets/Editor/Optimization/AnimationOptimize.cs36
1 files changed, 18 insertions, 18 deletions
diff --git a/Assets/Editor/Optimization/AnimationOptimize.cs b/Assets/Editor/Optimization/AnimationOptimize.cs
index 0a709cc1..c1baadcf 100644
--- a/Assets/Editor/Optimization/AnimationOptimize.cs
+++ b/Assets/Editor/Optimization/AnimationOptimize.cs
@@ -1,18 +1,18 @@
-using System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
-
-public class AnimationOptimize : MonoBehaviour
-{
- // Start is called before the first frame update
- void Start()
- {
-
- }
-
- // Update is called once per frame
- void Update()
- {
-
- }
-}
+using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+public class AnimationOptimize : MonoBehaviour
+{
+ // Start is called before the first frame update
+ void Start()
+ {
+
+ }
+
+ // Update is called once per frame
+ void Update()
+ {
+
+ }
+}