mirror of
https://github.com/FriendshipIsEpic/FiE-Game.git
synced 2024-11-24 06:27:59 +01:00
10 lines
273 B
C#
10 lines
273 B
C#
// Amplify Motion - Full-scene Motion Blur for Unity Pro
|
|
// Copyright (c) Amplify Creations, Lda <info@amplify.pt>
|
|
|
|
using System;
|
|
using UnityEngine;
|
|
|
|
[AddComponentMenu( "Image Effects/Amplify Motion Object" )]
|
|
public class AmplifyMotionObject : AmplifyMotionObjectBase
|
|
{
|
|
}
|