ModernUO/Projects/Scripts/Engines/Harvest/Core/IChoppable..cs
2020-04-26 00:16:02 -07:00

7 lines
96 B
C#

namespace Server
{
public interface IChoppable
{
void OnChop(Mobile from);
}
}