R-Type multiplayer game client plugin implementation. More...
#include "Interfaces/IGameClient.hpp"
Include dependency graph for RTypeClientMulti.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | gme::RTypeClientMulti |
| Main multiplayer game client plugin for R-Type. More... | |
Namespaces | |
| namespace | gme |
R-Type multiplayer game client plugin implementation.
This file contains the main game client class for R-Type multiplayer mode. It manages game scenes, network integration, and multiplayer gameplay logic. The plugin implements lobby system, player synchronization, and multiplayer-specific game mechanics for the R-Type game.
Definition in file RTypeClientMulti.hpp.