playerdatamanager: add mylists

This commit is contained in:
somewhatlurker
2019-10-13 00:01:42 +11:00
parent 8496dce848
commit 1d74aafe91
6 changed files with 68 additions and 34 deletions
@@ -1,5 +1,6 @@
#pragma once
#include <string>
#include <vector>
namespace TLAC::Components
{
@@ -20,5 +21,6 @@ namespace TLAC::Components
bool UseCard;
bool GameModifierOptions;
bool ActionSE;
std::vector<int> Mylist[3];
};
}