Landlords/Landlords/Player.cpp
筱傑 4656410829
提交源代码
上次创建Git仓库后忘记上传代码了。。

编译环境 VS2017
需要配合酷Q C++ SDK使用
2018-09-24 12:58:40 +08:00

14 lines
180 B
C++

#include "stdafx.h"
#include "Player.h"
Player::Player(playerID_t id):
m_id(id), m_name(), m_integral(0), m_currRoom(0), isReady(false)
{
}
Player::~Player()
{
}