7 lines
141 B
C#
7 lines
141 B
C#
using UnityEngine;
|
|
|
|
[AddComponentMenu("Image Effects/Amplify Motion Object")]
|
|
public class AmplifyMotionObject : AmplifyMotionObjectBase
|
|
{
|
|
}
|