OnOtherBuffApply/Remove监听

This commit is contained in:
SoulliesOfficial
2025-11-10 12:57:04 -05:00
parent 41a0990600
commit 0e66d4d0dd
29 changed files with 321 additions and 27 deletions

View File

@@ -74,7 +74,7 @@ namespace Continentis.MainGame.Equipment
if (data.haveCustomClass)
{
typeID = ModManager.GetTypeID(data.modName, "Equipments", data.className);
typeID = ModManager.GetTypeID(data.modName, "Equipments", "", data.className);
logicType = ModManager.GetType(typeID);
}