implement episode 3 battles

This commit is contained in:
Martin Michelsen
2022-11-09 22:48:27 -08:00
parent 8481ba23c5
commit 9f2f0ccc14
41 changed files with 19300 additions and 2891 deletions
+2
View File
@@ -17,6 +17,7 @@
#include "Text.hh"
#include "Quest.hh"
#include "Items.hh"
#include "Episode3/Server.hh"
struct Lobby {
enum Flag {
@@ -71,6 +72,7 @@ struct Lobby {
uint32_t random_seed;
std::shared_ptr<std::mt19937> random;
std::shared_ptr<const CommonItemCreator> common_item_creator;
std::shared_ptr<Episode3::ServerBase> ep3_server_base;
// lobby stuff
uint8_t event;