mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-20 21:33:28 -04:00
actually get some ap functionality going
getting items from the server works now mostly, for now we're ignoring inventory fills as its going to require a bit of work to reset the inventory on connection.
This commit is contained in:
@@ -289,6 +289,13 @@ struct UserSettings {
|
||||
std::array<ActionBindConfigVar, 4> openDusklightMenu;
|
||||
std::array<ActionBindConfigVar, 4> turboSpeedButton;
|
||||
} actionBindings;
|
||||
|
||||
// Archipelago Settings
|
||||
struct {
|
||||
ConfigVar<std::string> serverIP;
|
||||
ConfigVar<std::string> serverPass;
|
||||
ConfigVar<std::string> slotName;
|
||||
} archipelago;
|
||||
};
|
||||
|
||||
UserSettings& getSettings();
|
||||
|
||||
Reference in New Issue
Block a user