initial spectator + recording implementation
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
#include "PSOEncryption.hh"
|
||||
#include "PSOProtocol.hh"
|
||||
#include "Text.hh"
|
||||
#include "Episode3/BattleRecord.hh"
|
||||
|
||||
|
||||
|
||||
@@ -124,6 +125,7 @@ struct Client {
|
||||
bool can_chat;
|
||||
std::string pending_bb_save_username;
|
||||
uint8_t pending_bb_save_player_index;
|
||||
std::shared_ptr<const Episode3::BattleRecord> next_game_battle_record;
|
||||
|
||||
bool proxy_block_events;
|
||||
bool proxy_block_function_calls;
|
||||
|
||||
Reference in New Issue
Block a user