继续
This commit is contained in:
@@ -48,8 +48,8 @@ namespace SLSFramework.UModAssistance
|
||||
ModManager.RegisterTypesFromMod(host, typeof(CharacterBase));
|
||||
ModManager.RegisterTypesFromMod(host, typeof(CardLogicBase));
|
||||
ModManager.RegisterTypesFromMod(host, typeof(EquipmentBase));
|
||||
ModManager.RegisterTypesFromMod(host,typeof(Continentis.MainGame.Card.CombatBuffBase));
|
||||
ModManager.RegisterTypesFromMod(host,typeof(Continentis.MainGame.Character.CombatBuffBase));
|
||||
ModManager.RegisterTypesFromMod(host,typeof(CardCombatBuffBase));
|
||||
ModManager.RegisterTypesFromMod(host,typeof(CharacterCombatBuffBase));
|
||||
ModManager.RegisterTypesFromMod(host, typeof(RulesCollectionBase));
|
||||
|
||||
string manifestName = host.CurrentMod.NameInfo.ModName + "_Manifest";
|
||||
|
||||
Reference in New Issue
Block a user