mirror of
https://github.com/FriendshipIsEpic/FiE-Game.git
synced 2024-11-24 14:37:59 +01:00
13 lines
318 B
C#
13 lines
318 B
C#
// Amplify Motion - Full-scene Motion Blur for Unity Pro
|
|
// Copyright (c) Amplify Creations, Lda <info@amplify.pt>
|
|
|
|
using UnityEngine;
|
|
using UnityEditor;
|
|
using System.Collections;
|
|
using System.Reflection;
|
|
using UnityEditor.Callbacks;
|
|
using UnityEditorInternal;
|
|
|
|
public class AmplifyMotionObjectEditorBase : Editor
|
|
{
|
|
}
|