mirror of
https://github.com/FriendshipIsEpic/FiE-Game.git
synced 2025-02-18 11:24:22 +01:00
10 lines
192 B
C#
10 lines
192 B
C#
|
// Amplify Bloom - Advanced Bloom Post-Effect for Unity
|
|||
|
// Copyright (c) Amplify Creations, Lda <info@amplify.pt>
|
|||
|
namespace AmplifyBloom
|
|||
|
{
|
|||
|
interface IAmplifyItem
|
|||
|
{
|
|||
|
void Destroy();
|
|||
|
}
|
|||
|
}
|