// Amplify Motion - Full-scene Motion Blur for Unity Pro // Copyright (c) Amplify Creations, Lda using UnityEngine; using UnityEditor; using System.Collections; using System.Reflection; using UnityEditor.Callbacks; using UnityEditorInternal; public class AmplifyMotionObjectEditorBase : Editor { }