1
This commit is contained in:
parent
f9226a6c39
commit
899d3220d1
@ -1,11 +1,14 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
struct BattleDataContext;
|
||||||
class CustomMember
|
class CustomMember
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
const std::string& GetAccountId() { return account_id_; }
|
const std::string& GetAccountId() { return account_id_; }
|
||||||
|
std::shared_ptr<BattleDataContext>& GetBattleContext() { return battle_context_; };
|
||||||
|
|
||||||
private:
|
private:
|
||||||
std::string account_id_;
|
std::string account_id_;
|
||||||
|
std::shared_ptr<BattleDataContext> battle_context_;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user