merge Ep3 ServerBase and Server into one class
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
|
||||
#include "../PSOEncryption.hh"
|
||||
#include "../Text.hh"
|
||||
#include "DataIndexes.hh"
|
||||
|
||||
namespace Episode3 {
|
||||
|
||||
@@ -93,6 +94,8 @@ public:
|
||||
void shuffle();
|
||||
void do_mulligan();
|
||||
|
||||
void print(FILE* stream, std::shared_ptr<const CardIndex> card_index = nullptr) const;
|
||||
|
||||
private:
|
||||
struct CardEntry {
|
||||
uint16_t card_id;
|
||||
|
||||
Reference in New Issue
Block a user