|
RType
|
#include <Move.hpp>


Public Member Functions | |
| Move (std::shared_ptr< ServerSocket > serverSocket) | |
| Construct a new Move:: Move object. More... | |
| void | update (std::shared_ptr< Event > event, std::shared_ptr< IComponentRType > component) override |
| update, update the move More... | |
Public Member Functions inherited from AService | |
| AService (std::shared_ptr< ServerSocket > serverSocket) | |
| Construct a new AService:: AService object. More... | |
| ~AService () override=default | |
| Destroy the AService:: AService object. More... | |
Public Member Functions inherited from IService | |
| virtual | ~IService ()=default |
| Construct a new IService:: IService object. More... | |
| virtual void | update (IGame *game, std::vector< IObject * > objects)=0 |
Additional Inherited Members | |
Protected Attributes inherited from IService | |
| std::shared_ptr< ServerSocket > | _serverSocket |
|
inlineexplicit |
|
overridevirtual |