GameServer
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-04。
[null,null,["最后更新时间 (UTC):2024-09-04。"],[[["GameServer is a type of Intangible that represents a game server."],["It includes information about the game being played, the number of players online, and the server's current status."],["Relevant data is linked using specific types: VideoGame for the game, Number for players online, and GameServerStatus for the server status."]]],["The `GameServer` type, extending `Intangible`, details the structure of a game server. It includes information about the `game` played on the server, which is defined as a `VideoGame`. It tracks the `playersOnline`, represented as a `Number`, indicating the current player count. Lastly, it specifies the `serverStatus`, using the `GameServerStatus` type to describe the operational state of the server.\n"]]