GameServerSelector_GameServerState$json top-level constant

  1. @Deprecated('Use gameServerSelectorDescriptor instead')
Map<String, Object> const GameServerSelector_GameServerState$json

Implementation

@$core.Deprecated('Use gameServerSelectorDescriptor instead')
const GameServerSelector_GameServerState$json = const {
  '1': 'GameServerState',
  '2': const [
    const {'1': 'READY', '2': 0},
    const {'1': 'ALLOCATED', '2': 1},
  ],
};