6 lines
120 B
C#
6 lines
120 B
C#
|
namespace RecrownedGTK.Tools.CommandProcessor {
|
||
|
public interface IUserInput
|
||
|
{
|
||
|
string GetInput();
|
||
|
}
|
||
|
}
|