Fixed action dialog applying actions
This commit is contained in:
@@ -8,7 +8,7 @@ export interface EngineAction {
|
||||
_id?: string;
|
||||
_isSimulation?: boolean;
|
||||
_stepThrough?: boolean;
|
||||
_choices?: any[],
|
||||
_decisions?: any[],
|
||||
creatureId: string;
|
||||
rootPropId: string;
|
||||
targetIds?: string[];
|
||||
|
||||
Reference in New Issue
Block a user