diff options
Diffstat (limited to 'Assets/UI_Extension/Scripts/Animation/Tween/TweenRectSize.cs')
-rw-r--r-- | Assets/UI_Extension/Scripts/Animation/Tween/TweenRectSize.cs | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Assets/UI_Extension/Scripts/Animation/Tween/TweenRectSize.cs b/Assets/UI_Extension/Scripts/Animation/Tween/TweenRectSize.cs deleted file mode 100644 index ae8f603..0000000 --- a/Assets/UI_Extension/Scripts/Animation/Tween/TweenRectSize.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
-namespace TweenAnimation
-{
-
- public class TweenRectSize : TweenModule
- {
- public override string name
- {
- get
- {
- return "RectTransform Size";
- }
- }
-
- }
-}
\ No newline at end of file |