6 lines
366 B
Markdown
6 lines
366 B
Markdown
Validation to build into tool
|
|
|
|
[ ]Check that behavior trees have corresponding receiver trees
|
|
[ ]Check that all synchronized fields are private
|
|
[ ]If a synchronized field is an enum, check that both the client and server versions use the same enum type so that there isn't misalignment
|
|
[ ]Check that all synchronized fields have corresponding fields on opposite tree |