namespace ET { public interface INumericWatcher { ETTask Run(Entity entity,float old, float value); } }