using System.Collections; using System.Collections.Generic; using UnityEngine; namespace KairoEngine.UI.Encyclopedia { public interface IEncyclopediaCategoryDataView { void Setup(EncyclopediaCategory category); } }