Added reset task, fixed sheet reset buttons

This commit is contained in:
ThaumRystra
2024-05-02 20:41:04 +02:00
parent 9cd6ca5c6e
commit 7e3a16c96d
7 changed files with 237 additions and 57 deletions

View File

@@ -10,7 +10,7 @@ export interface EngineAction {
_stepThrough?: boolean;
_decisions?: any[],
creatureId: string;
rootPropId: string;
rootPropId?: string;
targetIds?: string[];
results: TaskResult[];
taskCount: number;