7 lines
132 B
C#
7 lines
132 B
C#
|
|
namespace SickscoreGames.HUDNavigationSystem
|
||
|
|
{
|
||
|
|
public interface IHNSTextAdapter
|
||
|
|
{
|
||
|
|
void SetText(string text);
|
||
|
|
}
|
||
|
|
}
|