@@ -542,7 +542,7 @@ class ResponseCreateGame(google.protobuf.message.Message):
542
542
ValueType = typing .NewType ("ValueType" , builtins .int )
543
543
V : typing_extensions .TypeAlias = ValueType
544
544
545
- class _ErrorEnumTypeWrapper (google .protobuf .internal .enum_type_wrapper ._EnumTypeWrapper [ResponseCreateGame ._Error .ValueType ], builtins .type ): # noqa: F821
545
+ class _ErrorEnumTypeWrapper (google .protobuf .internal .enum_type_wrapper ._EnumTypeWrapper [ResponseCreateGame ._Error .ValueType ], builtins .type ):
546
546
DESCRIPTOR : google .protobuf .descriptor .EnumDescriptor
547
547
MissingMap : ResponseCreateGame ._Error .ValueType # 1
548
548
InvalidMapPath : ResponseCreateGame ._Error .ValueType # 2
@@ -664,7 +664,7 @@ class ResponseJoinGame(google.protobuf.message.Message):
664
664
ValueType = typing .NewType ("ValueType" , builtins .int )
665
665
V : typing_extensions .TypeAlias = ValueType
666
666
667
- class _ErrorEnumTypeWrapper (google .protobuf .internal .enum_type_wrapper ._EnumTypeWrapper [ResponseJoinGame ._Error .ValueType ], builtins .type ): # noqa: F821
667
+ class _ErrorEnumTypeWrapper (google .protobuf .internal .enum_type_wrapper ._EnumTypeWrapper [ResponseJoinGame ._Error .ValueType ], builtins .type ):
668
668
DESCRIPTOR : google .protobuf .descriptor .EnumDescriptor
669
669
MissingParticipation : ResponseJoinGame ._Error .ValueType # 1
670
670
InvalidObservedPlayerId : ResponseJoinGame ._Error .ValueType # 2
@@ -741,7 +741,7 @@ class ResponseRestartGame(google.protobuf.message.Message):
741
741
ValueType = typing .NewType ("ValueType" , builtins .int )
742
742
V : typing_extensions .TypeAlias = ValueType
743
743
744
- class _ErrorEnumTypeWrapper (google .protobuf .internal .enum_type_wrapper ._EnumTypeWrapper [ResponseRestartGame ._Error .ValueType ], builtins .type ): # noqa: F821
744
+ class _ErrorEnumTypeWrapper (google .protobuf .internal .enum_type_wrapper ._EnumTypeWrapper [ResponseRestartGame ._Error .ValueType ], builtins .type ):
745
745
DESCRIPTOR : google .protobuf .descriptor .EnumDescriptor
746
746
LaunchError : ResponseRestartGame ._Error .ValueType # 1
747
747
@@ -818,7 +818,7 @@ class ResponseStartReplay(google.protobuf.message.Message):
818
818
ValueType = typing .NewType ("ValueType" , builtins .int )
819
819
V : typing_extensions .TypeAlias = ValueType
820
820
821
- class _ErrorEnumTypeWrapper (google .protobuf .internal .enum_type_wrapper ._EnumTypeWrapper [ResponseStartReplay ._Error .ValueType ], builtins .type ): # noqa: F821
821
+ class _ErrorEnumTypeWrapper (google .protobuf .internal .enum_type_wrapper ._EnumTypeWrapper [ResponseStartReplay ._Error .ValueType ], builtins .type ):
822
822
DESCRIPTOR : google .protobuf .descriptor .EnumDescriptor
823
823
MissingReplay : ResponseStartReplay ._Error .ValueType # 1
824
824
InvalidReplayPath : ResponseStartReplay ._Error .ValueType # 2
@@ -878,7 +878,7 @@ class ResponseMapCommand(google.protobuf.message.Message):
878
878
ValueType = typing .NewType ("ValueType" , builtins .int )
879
879
V : typing_extensions .TypeAlias = ValueType
880
880
881
- class _ErrorEnumTypeWrapper (google .protobuf .internal .enum_type_wrapper ._EnumTypeWrapper [ResponseMapCommand ._Error .ValueType ], builtins .type ): # noqa: F821
881
+ class _ErrorEnumTypeWrapper (google .protobuf .internal .enum_type_wrapper ._EnumTypeWrapper [ResponseMapCommand ._Error .ValueType ], builtins .type ):
882
882
DESCRIPTOR : google .protobuf .descriptor .EnumDescriptor
883
883
NoTriggerError : ResponseMapCommand ._Error .ValueType # 1
884
884
@@ -1371,7 +1371,7 @@ class ResponseReplayInfo(google.protobuf.message.Message):
1371
1371
ValueType = typing .NewType ("ValueType" , builtins .int )
1372
1372
V : typing_extensions .TypeAlias = ValueType
1373
1373
1374
- class _ErrorEnumTypeWrapper (google .protobuf .internal .enum_type_wrapper ._EnumTypeWrapper [ResponseReplayInfo ._Error .ValueType ], builtins .type ): # noqa: F821
1374
+ class _ErrorEnumTypeWrapper (google .protobuf .internal .enum_type_wrapper ._EnumTypeWrapper [ResponseReplayInfo ._Error .ValueType ], builtins .type ):
1375
1375
DESCRIPTOR : google .protobuf .descriptor .EnumDescriptor
1376
1376
MissingReplay : ResponseReplayInfo ._Error .ValueType # 1
1377
1377
InvalidReplayPath : ResponseReplayInfo ._Error .ValueType # 2
@@ -1501,7 +1501,7 @@ class ResponseSaveMap(google.protobuf.message.Message):
1501
1501
ValueType = typing .NewType ("ValueType" , builtins .int )
1502
1502
V : typing_extensions .TypeAlias = ValueType
1503
1503
1504
- class _ErrorEnumTypeWrapper (google .protobuf .internal .enum_type_wrapper ._EnumTypeWrapper [ResponseSaveMap ._Error .ValueType ], builtins .type ): # noqa: F821
1504
+ class _ErrorEnumTypeWrapper (google .protobuf .internal .enum_type_wrapper ._EnumTypeWrapper [ResponseSaveMap ._Error .ValueType ], builtins .type ):
1505
1505
DESCRIPTOR : google .protobuf .descriptor .EnumDescriptor
1506
1506
InvalidMapData : ResponseSaveMap ._Error .ValueType # 1
1507
1507
@@ -1897,7 +1897,7 @@ class ActionChat(google.protobuf.message.Message):
1897
1897
ValueType = typing .NewType ("ValueType" , builtins .int )
1898
1898
V : typing_extensions .TypeAlias = ValueType
1899
1899
1900
- class _ChannelEnumTypeWrapper (google .protobuf .internal .enum_type_wrapper ._EnumTypeWrapper [ActionChat ._Channel .ValueType ], builtins .type ): # noqa: F821
1900
+ class _ChannelEnumTypeWrapper (google .protobuf .internal .enum_type_wrapper ._EnumTypeWrapper [ActionChat ._Channel .ValueType ], builtins .type ):
1901
1901
DESCRIPTOR : google .protobuf .descriptor .EnumDescriptor
1902
1902
Broadcast : ActionChat ._Channel .ValueType # 1
1903
1903
Team : ActionChat ._Channel .ValueType # 2
0 commit comments