Skip to content
Snippets Groups Projects
Commit f9520492 authored by svornost's avatar svornost
Browse files

assistant type fixes

parent 381c1aa5
Branches
Tags
1 merge request!9281Time-gated plot event controller
...@@ -11,8 +11,9 @@ interface assistant { ...@@ -11,8 +11,9 @@ interface assistant {
aggressiveness: number; aggressiveness: number;
}; };
main: number; main: number;
Extra1: 1 | 0; Extra1: FC.Bool;
Extra2: 1 | 0; Extra2: FC.Bool;
announcedName: FC.Bool;
} }
interface appearance { interface appearance {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment