nav: minor change in ladder use.
aim: slight improvement in enemy prediction node recruitment.
This commit is contained in:
parent
d1d379d266
commit
1d60f19402
16 changed files with 151 additions and 145 deletions
|
|
@ -9,9 +9,9 @@
|
|||
|
||||
// links keywords and replies together
|
||||
struct ChatKeywords {
|
||||
StringArray keywords;
|
||||
StringArray replies;
|
||||
StringArray usedReplies;
|
||||
StringArray keywords {};
|
||||
StringArray replies {};
|
||||
StringArray usedReplies {};
|
||||
|
||||
public:
|
||||
ChatKeywords () = default;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue