fix: added Grace Ross to evidence

This commit is contained in:
Sara Gerretsen 2025-11-03 17:08:51 +01:00
parent bda07f9d13
commit 20769c3191
4 changed files with 101 additions and 7 deletions

View file

@ -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);

View file

@ -48,6 +48,7 @@ public:
CLUE_URSULA_GLASS,
CLUE_BARNEY_ORTIZ,
CLUE_AMOS_SHWARTZ,
CLUE_GRACE_ROSS,
CLUE_MAX);
GDENUM(ConnectionStatus,