Skip to content

Commit 4c55804

Browse files
committed
type
1 parent 6746bd5 commit 4c55804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- Preprocess:
1717
- Add ```need_preprocess``` to the ```State``` message.
1818
- Add ```ignore_preprocess``` to the ```PlayerActions``` message.
19-
- Player Agents now first check whether they require preprocess actions, sent the ```bool``` as the ```need_preprocess``` field in the ```State``` message. Then, if the server sends the ```ignore_preprocess=false (default value)``` to the proxy, the proxy will call ```doPreprocess``` method. If ther server sends the ```ignore_preprocess=true``` to the proxy, the proxy will not call the ```doPreprocess``` method and execute the ```PlayerActoins```.
19+
- Player Agents now first check whether they require preprocess actions, send the ```bool``` as the ```need_preprocess``` field in the ```State``` message. Then, if the server sends the ```ignore_preprocess=false (default value)``` to the proxy, the proxy will call ```doPreprocess``` method. If ther server sends the ```ignore_preprocess=true``` to the proxy, the proxy will not call the ```doPreprocess``` method and execute the ```PlayerActoins```.
2020

2121
## [0.1.2] - 2024-09-01
2222

0 commit comments

Comments
 (0)