Method | Description | |
---|---|---|
GameBotActor ( |
Method | Description | |
---|---|---|
OnGracefulStop ( ) : Task | ||
OnStart ( bool restarted ) : Task |
Method | Description | |
---|---|---|
IGameObserver ( ) : void | ||
IGameObserver ( int playerId ) : void | ||
IGameObserver ( int playerId, |
||
IGameObserver ( int playerId, long userId, string userName ) : void | ||
IGameObserver ( int playerId, string msg ) : void | ||
ThinkAndMakeMoveAsync ( ) : Task |
public GameBotActor ( |
||
clusterContext | ||
game | ||
userId | long | |
userName | string | |
return | System |