7 #ifndef RAVEN_NETMESSAGEMAKER_H 8 #define RAVEN_NETMESSAGEMAKER_H 18 template <
typename... Args>
22 msg.
command = std::move(sCommand);
27 template <
typename... Args>
30 return Make(0, std::move(sCommand), std::forward<Args>(args)...);
37 #endif // RAVEN_NETMESSAGEMAKER_H
std::vector< unsigned char > data
CSerializedNetMsg Make(std::string sCommand, Args &&... args) const
CNetMsgMaker(int nVersionIn)
CSerializedNetMsg Make(int nFlags, std::string sCommand, Args &&... args) const