示例#1
0
 private static void Postfix(LevelUpController __instance)
 {
     Mod.Debug("Clearing Cache because LevelUpController.Commit called");
     CasterHelpers.ClearCachedSpellsLearned(__instance.Unit);
     CasterHelpers.CacheSpellsLearned(__instance.Unit);
 }
示例#2
0
 private static void Postfix(UnitEntityData entity) => CasterHelpers.CacheSpellsLearned(entity);