using UnityEngine; namespace DDD.Interfaces { public interface ISprite { Sprite Sprite { get; } } }