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