mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-06-18 20:54:20 +00:00
change network settings from vector to LwoNameValue
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include "GeneralUtils.h"
|
||||
|
||||
// C++
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
#include <sstream>
|
||||
@@ -226,4 +227,9 @@ template<> inline std::string LDFData<LWOOBJID>::GetValueString() const { return
|
||||
|
||||
template<> inline std::string LDFData<std::string>::GetValueString() const { return this->value; }
|
||||
|
||||
struct LwoNameValue {
|
||||
using ValueType = std::map<std::u16string, std::unique_ptr<LDFBaseData>>;
|
||||
ValueType values;
|
||||
};
|
||||
|
||||
#endif //!__LDFFORMAT__H__
|
||||
|
||||
Reference in New Issue
Block a user