ModernUO/Projects/UOContent/Engines/Harvest/Core/IChoppable..cs
2020-08-27 18:30:38 -07:00

7 lines
99 B
C#

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