namespace SickscoreGames.HUDNavigationSystem { public interface IHNSTextAdapter { void SetText(string text); } }