add 2 wepons

This commit is contained in:
ApfelTeeSaft
2026-01-07 19:08:55 +01:00
parent 7a0ebbe7be
commit df8811be58
+2 -1
View File
@@ -7,5 +7,6 @@ inline const std::vector<std::string> kMapNames = {
};
inline const std::vector<std::string> kWeaponIds = {
// Add weapon item definition names here, e.g. "WID_Assault_Auto_Athena_R_Ore_T03".
"Assault_Auto_T02",
"Assault_Burst_T04"
};