【m】1111
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#if UNITY_EDITOR
|
||||
using UnityEngine;
|
||||
using UnityEditor;
|
||||
|
||||
[CustomEditor(typeof(TweenTransform))]
|
||||
public class TweenTransformEditor : UITweenerEditor
|
||||
{
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user