namespace RoamingBees.Particles; public interface IBeeSpawnHandler { void HandleBeeParticleSpawn(BeeSpawnPacket packet, bool catchup = false); }