IHoverableControl /// /// This marks a tile as accepting BoolPackets for /// New Input System hover events. /// When used for zones, the packet value is true when a /// zone is entered or false when the zone is exited. /// public interface IHoverableControl: ITpMessaging { /// void ITpMessaging.MessageTarget(BoolPacket sentPacket) { throw new System.NotImplementedException(); } }