using Clover.Carriable; namespace Clover.Items; public interface IWaterable { public void OnWater( WateringCan wateringCan ); }