Currently you can connect and Reach the "ConnectState" from there anything you state will just be an "InvalidCommand"
9 lines
No EOL
157 B
C#
9 lines
No EOL
157 B
C#
namespace WinPC.Engine.Abstract.Core
|
|
{
|
|
public interface IPlayer
|
|
{
|
|
IState CurrentState { get; }
|
|
|
|
void Disconnect();
|
|
}
|
|
} |