mirror of
https://github.com/FriendshipIsEpic/FiE-Game.git
synced 2024-11-24 14:37:59 +01:00
11 lines
273 B
C#
11 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
|
||
|
{
|
||
|
}
|