namespace ET
{
    public class UnitNumericWindowMenu : AEntityMenuHandler
    {
        public override void OnClick(Entity entity)
        {
            throw new System.NotImplementedException();
        }
    }
}