mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -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;
|
||||
unsigned long hash;
|
||||
Plugin(std::string name = "", unsigned long hash = 0): name(name), hash(hash) {};
|
||||
};
|
||||
|
||||
struct QueryData
|
||||
|
Loading…
x
Reference in New Issue
Block a user