mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04:00
[General] Add ctor to MasteData::Plugin
This commit is contained in:
parent
10f84c125e
commit
892960f913
@ -30,6 +30,7 @@ struct Plugin
|
|||||||
{
|
{
|
||||||
std::string name;
|
std::string name;
|
||||||
unsigned long hash;
|
unsigned long hash;
|
||||||
|
Plugin(std::string name = "", unsigned long hash = 0): name(name), hash(hash) {};
|
||||||
};
|
};
|
||||||
|
|
||||||
struct QueryData
|
struct QueryData
|
||||||
|
Loading…
x
Reference in New Issue
Block a user