mirror of
https://github.com/LorisYounger/VPet.ModMaker.git
synced 2024-08-30 18:22:21 +00:00
更新
This commit is contained in:
parent
e53acb283a
commit
f75f2970ad
@ -214,8 +214,8 @@ public class ModInfoModel : I18nModel<I18nModInfoModel>
|
||||
LoadAnime(petModel, p);
|
||||
}
|
||||
|
||||
loader.Pets.First().Name = "TestMainPet";
|
||||
Pets.Insert(0, new(loader.Pets.First(), true));
|
||||
//loader.Pets.First().Name = "TestMainPet";
|
||||
//Pets.Insert(0, new(loader.Pets.First(), true));
|
||||
|
||||
// 插入本体宠物
|
||||
foreach (var pet in ModMakerInfo.MainPets)
|
||||
|
Loading…
Reference in New Issue
Block a user