Fixed action dialog applying actions

This commit is contained in:
ThaumRystra
2024-04-06 12:41:15 +02:00
parent 1fb1eb83c7
commit 51fa1e7e0b
8 changed files with 24 additions and 16 deletions

View File

@@ -8,7 +8,7 @@ export interface EngineAction {
_id?: string;
_isSimulation?: boolean;
_stepThrough?: boolean;
_choices?: any[],
_decisions?: any[],
creatureId: string;
rootPropId: string;
targetIds?: string[];