reinit branch
This commit is contained in:
6
RoamingBees/RoamingBees/Particles/IBeeSpawnHandler.cs
Normal file
6
RoamingBees/RoamingBees/Particles/IBeeSpawnHandler.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace RoamingBees.Particles;
|
||||
|
||||
public interface IBeeSpawnHandler
|
||||
{
|
||||
void HandleBeeParticleSpawn(BeeSpawnPacket packet, bool catchup = false);
|
||||
}
|
||||
Reference in New Issue
Block a user