Add invoke_choose and invoke_player to DrivenEngine. invoke_player is not fully implemented in World
This commit is contained in:
@@ -47,7 +47,8 @@ class Invocation : public eng::opnew {
|
||||
public:
|
||||
enum Kind {
|
||||
KIND_INVALID,
|
||||
KIND_PLAN,
|
||||
KIND_CHOOSE,
|
||||
KIND_PLAYER,
|
||||
KIND_LUA,
|
||||
KIND_FLUSH_PRINTS,
|
||||
KIND_TICK,
|
||||
|
||||
Reference in New Issue
Block a user