Tested and fixed triggers in new action engine
This commit is contained in:
@@ -5,7 +5,7 @@ type Task = PropTask | DamagePropTask | ItemAsAmmoTask | CheckTask | ResetTask;
|
||||
export default Task;
|
||||
|
||||
type BaseTask = {
|
||||
prop: { [key: string]: any };
|
||||
prop: { type: string, [key: string]: any };
|
||||
targetIds: string[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user