Progress on action choices
This commit is contained in:
@@ -9,6 +9,7 @@ export interface EngineAction {
|
||||
_id?: string;
|
||||
_isSimulation?: boolean;
|
||||
_stepThrough?: boolean;
|
||||
_choices?: any[],
|
||||
creatureId: string;
|
||||
rootPropId: string;
|
||||
targetIds?: string[];
|
||||
|
||||
Reference in New Issue
Block a user