blob: 7e32b37260a53efb9f7675387008e83c3e2e9c74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEditor;
namespace TweenAnimation
{
public partial class TweenAnimationInspector : Editor
{
}
}
|