summaryrefslogtreecommitdiff
path: root/Assets/UI_Extension/Scripts/Animation/Tween/TweenModule.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Assets/UI_Extension/Scripts/Animation/Tween/TweenModule.cs')
-rw-r--r--Assets/UI_Extension/Scripts/Animation/Tween/TweenModule.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Assets/UI_Extension/Scripts/Animation/Tween/TweenModule.cs b/Assets/UI_Extension/Scripts/Animation/Tween/TweenModule.cs
index 65cde40..3d4968a 100644
--- a/Assets/UI_Extension/Scripts/Animation/Tween/TweenModule.cs
+++ b/Assets/UI_Extension/Scripts/Animation/Tween/TweenModule.cs
@@ -8,6 +8,9 @@ namespace TweenAnimation
[Serializable]
public abstract class TweenModule
{
+ public string description;
+
+ public bool enabled;
#if UNITY_EDITOR
public abstract string name { get; }