adapt: adapt to GMLIB v0.13.10

This commit is contained in:
n15421
2025-01-28 07:29:14 +00:00
Unverified
parent a3dfdb615f
commit 33f663facf
9 changed files with 104 additions and 111 deletions
+3 -1
View File
@@ -1,6 +1,7 @@
#pragma once
#include <iostream>
namespace DeathMessages {
struct Config {
int version = 1;
@@ -19,4 +20,5 @@ struct Config {
bool Enabled = false;
std::string Language = "zh_CN";
} ServerSideTranslation;
};
};
} // namespace DeathMessages