using System; using UnityEngine; namespace GeometryTD.Core { public interface ISpriteCacheService { void Get(string key, Action callback); } }