7 lines
472 B
Markdown
7 lines
472 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
|
|
[ ]Check constructors for btrees are private and instead all creation is done through attachTree() method |