using UnityEngine; namespace Shared.Runtime { public interface ILocalizable { void OnSelected(); void OnDeselected(); } }