29 lines
234 B
C++
29 lines
234 B
C++
#include "precompile.h"
|
|
|
|
#include "player.h"
|
|
|
|
void Player::Update()
|
|
{
|
|
|
|
}
|
|
|
|
void Player::Init()
|
|
{
|
|
|
|
}
|
|
|
|
void Player::CoNet(f8::Coroutine* co)
|
|
{
|
|
|
|
}
|
|
|
|
void Player::CoLogin(f8::Coroutine* co)
|
|
{
|
|
|
|
}
|
|
|
|
void Player::CoGame(f8::Coroutine* co)
|
|
{
|
|
|
|
}
|