The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SemanticWeb::Schema::GameServer - Server that provides game interaction in a multiplayer game.

VERSION

version v0.0.1

DESCRIPTION

Server that provides game interaction in a multiplayer game.

ATTRIBUTES

game

Video game which is played on this server.

A game should be one of the following types:

InstanceOf['SemanticWeb::Schema::VideoGame']

players_online

playersOnline

Number of players on the server.

A players_online should be one of the following types:

InstanceOf['SemanticWeb::Schema::Integer']

server_status

serverStatus

Status of a game server.

A server_status should be one of the following types:

InstanceOf['SemanticWeb::Schema::GameServerStatus']

SEE ALSO

SemanticWeb::Schema::Intangible

AUTHOR

Robert Rothenberg <rrwo@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)