fix: added Grace Ross to evidence
This commit is contained in:
parent
bda07f9d13
commit
20769c3191
4 changed files with 101 additions and 7 deletions
|
|
@ -25,6 +25,7 @@ void NetworkData::_bind_methods() {
|
|||
BIND_ENUM_CONSTANT(CLUE_URSULA_GLASS);
|
||||
BIND_ENUM_CONSTANT(CLUE_BARNEY_ORTIZ);
|
||||
BIND_ENUM_CONSTANT(CLUE_AMOS_SHWARTZ);
|
||||
BIND_ENUM_CONSTANT(CLUE_GRACE_ROSS);
|
||||
|
||||
BIND_ENUM_CONSTANT(CONNECTION_DISCONNECTED);
|
||||
BIND_ENUM_CONSTANT(CONNECTION_CONNECTED);
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@ public:
|
|||
CLUE_URSULA_GLASS,
|
||||
CLUE_BARNEY_ORTIZ,
|
||||
CLUE_AMOS_SHWARTZ,
|
||||
CLUE_GRACE_ROSS,
|
||||
CLUE_MAX);
|
||||
|
||||
GDENUM(ConnectionStatus,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue