7 lines
130 B
C#
7 lines
130 B
C#
using UnityEngine;
|
|
|
|
public class VfxAnimatorHandler : MonoBehaviour {
|
|
public void DestroySelf() {
|
|
Destroy(gameObject);
|
|
}
|
|
} |