意图初步
This commit is contained in:
@@ -55,7 +55,7 @@ namespace SLSFramework.UModAssistance
|
||||
{
|
||||
ModHost host = await ModManager.LoadAsync(mod);
|
||||
ModManager.RegisterTypesFromMod(host, typeof(RulesCollectionBase));
|
||||
ModManager.RegisterTypesFromMod(host, typeof(CharacterBase));
|
||||
ModManager.RegisterTypesFromMod(host, typeof(CharacterLogicBase));
|
||||
ModManager.RegisterTypesFromMod(host, typeof(CardLogicBase));
|
||||
ModManager.RegisterTypesFromMod(host, typeof(EquipmentBase));
|
||||
ModManager.RegisterTypesFromMod(host, typeof(CardCombatBuffBase));
|
||||
|
||||
Reference in New Issue
Block a user