mirror of
https://github.com/tym1116/BH3.git
synced 2025-12-16 16:34:41 +01:00
7 lines
173 B
C#
7 lines
173 B
C#
using MoleMole.Config;
|
|
|
|
namespace MoleMole
|
|
{
|
|
public delegate void AnimatedHitBoxCreatedHandler(MonoAnimatedHitboxDetect hitBox, ConfigEntityAttackPattern attackPattern);
|
|
}
|