1
This commit is contained in:
parent
82d24a533c
commit
89c4a00cfe
@ -25,3 +25,13 @@ void GameLog::Logout(Player* hum)
|
|||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void GameLog::FriendAgree(Player* hum, const std::string& account_id)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
void GameLog::FriendDelete(Player* hum, const std::string& account_id)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
@ -14,6 +14,9 @@ class GameLog : public a8::Singleton<GameLog>
|
|||||||
void Login(Player* hum);
|
void Login(Player* hum);
|
||||||
void Logout(Player* hum);
|
void Logout(Player* hum);
|
||||||
|
|
||||||
|
void FriendAgree(Player* hum, const std::string& account_id);
|
||||||
|
void FriendDelete(Player* hum, const std::string& account_id);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user