Cavoke
1.1.0
A Platform for creating and hosting multiplayer turn-based board games
Loading...
Searching...
No Matches
role.cpp
1
#include "role.h"
2
3
Role::Role(QString _name,
int
_id) : name(std::move(_name)), id(_id) {
4
}
client
entities
role.cpp
Generated by
1.9.6