Currently you can connect and Reach the "ConnectState" from there anything you state will just be an "InvalidCommand"
9 lines
No EOL
155 B
C#
9 lines
No EOL
155 B
C#
namespace WinPC.Engine.Abstract.Core
|
|
{
|
|
public interface IState
|
|
{
|
|
void Render(int index);
|
|
ICommand GetCommand();
|
|
|
|
}
|
|
} |