Example #1
0
 public void StopVFX(EVFXType type)
 {
     vfxs[type].StopVFX( );
 }
Example #2
0
 public void PlayVFX(EVFXType type, bool IsFacingRight = true, float degree = 0f, Vector2 direction = default(Vector2))
 {
     vfxs[type].PlayVFX(IsFacingRight, degree, direction);
 }