9 lines
No EOL
149 B
C#
9 lines
No EOL
149 B
C#
using UnityEngine;
|
|
|
|
namespace DefaultNamespace
|
|
{
|
|
public interface IParticleCollisionHandler
|
|
{
|
|
void OnParticleCollision(GameObject other);
|
|
}
|
|
} |