add some extra assets FX and SFX
This commit is contained in:
11
Assets/PixPlays/Components/Scripts/VfxSystem/VfxReference.cs
Normal file
11
Assets/PixPlays/Components/Scripts/VfxSystem/VfxReference.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
namespace PixPlays.ElementalVFX
|
||||
{
|
||||
public abstract class VfxReference : MonoBehaviour
|
||||
{
|
||||
public abstract void Play();
|
||||
public abstract void Stop();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user