TH1/Unity/Assets/Scripts/TH1_Logic/Skill/Generate/SkillBase.MemoryPackUnion.g.cs

84 lines
3.7 KiB
C#

// Auto-generated SkillBase partial class with MemoryPackUnion attributes
// 此文件由 MemoryPackUnionGenerator 自动生成,请勿手动修改
using MemoryPack;
using Logic.Skill;
namespace Logic.Skill
{
[MemoryPackUnion(1, typeof(AllYCounterSkill))]
[MemoryPackUnion(2, typeof(AllYTranSportSkill))]
[MemoryPackUnion(3, typeof(AutoHealSkill))]
[MemoryPackUnion(4, typeof(BambooMoveSkill))]
[MemoryPackUnion(5, typeof(CarrySkill))]
[MemoryPackUnion(6, typeof(CatCartSkill))]
[MemoryPackUnion(7, typeof(CityTransportSkill))]
[MemoryPackUnion(8, typeof(ConvertSkill))]
[MemoryPackUnion(9, typeof(CreepSkill))]
[MemoryPackUnion(10, typeof(CriticalSkill))]
[MemoryPackUnion(11, typeof(CurseGodSkill))]
[MemoryPackUnion(12, typeof(DashSkill))]
[MemoryPackUnion(13, typeof(DuoSkill))]
[MemoryPackUnion(14, typeof(EscapeSkill))]
[MemoryPackUnion(15, typeof(EternitySkill))]
[MemoryPackUnion(16, typeof(ForestDefenseSkill))]
[MemoryPackUnion(17, typeof(FortifySkill))]
[MemoryPackUnion(18, typeof(GalaxyArrowSkill))]
[MemoryPackUnion(19, typeof(HealSkill))]
[MemoryPackUnion(20, typeof(IllusionSkill))]
[MemoryPackUnion(21, typeof(KaguyaFrenchNapoleonicCodeSkill))]
[MemoryPackUnion(22, typeof(KaguyaFrenchSynergyDebuffSkill))]
[MemoryPackUnion(23, typeof(KaguyaFrenchSynergySkill))]
[MemoryPackUnion(24, typeof(LaevatainPreySkill))]
[MemoryPackUnion(25, typeof(LaevatainSkill))]
[MemoryPackUnion(26, typeof(LuckSkill))]
[MemoryPackUnion(27, typeof(MoonPrincessSkill))]
[MemoryPackUnion(28, typeof(MountainDefenseSkill))]
[MemoryPackUnion(29, typeof(MountainGodSkill))]
[MemoryPackUnion(30, typeof(MountainMoveSkill))]
[MemoryPackUnion(31, typeof(NoPopulationSkill))]
[MemoryPackUnion(32, typeof(NuclearFusionSkill))]
[MemoryPackUnion(33, typeof(NuclearSkill))]
[MemoryPackUnion(34, typeof(OceanDefenseSkill))]
[MemoryPackUnion(35, typeof(OceanMoveSkill))]
[MemoryPackUnion(36, typeof(PeaceSkill))]
[MemoryPackUnion(37, typeof(PersistSkill))]
[MemoryPackUnion(38, typeof(PhilostoneSkill))]
[MemoryPackUnion(39, typeof(PhoenixEggSkill))]
[MemoryPackUnion(40, typeof(PhoenixSkill))]
[MemoryPackUnion(41, typeof(PoisonedSkill))]
[MemoryPackUnion(42, typeof(PoorHealthSkill))]
[MemoryPackUnion(43, typeof(PowerUpSkill))]
[MemoryPackUnion(44, typeof(QuartetSkill))]
[MemoryPackUnion(45, typeof(RecycleSkill))]
[MemoryPackUnion(46, typeof(RengesyouControSkill))]
[MemoryPackUnion(47, typeof(RengesyouSkill))]
[MemoryPackUnion(48, typeof(RotaLFlamesProSkill))]
[MemoryPackUnion(49, typeof(RotaLFlamesSkill))]
[MemoryPackUnion(50, typeof(SatsujinkiSkill))]
[MemoryPackUnion(51, typeof(ScoutSkill))]
[MemoryPackUnion(52, typeof(SneakSkill))]
[MemoryPackUnion(53, typeof(SpeedUpSkill))]
[MemoryPackUnion(54, typeof(SplashSkill))]
[MemoryPackUnion(55, typeof(StaticSkill))]
[MemoryPackUnion(56, typeof(StiffSkill))]
[MemoryPackUnion(57, typeof(StompSkill))]
[MemoryPackUnion(58, typeof(SuperDashSkill))]
[MemoryPackUnion(59, typeof(SuperHideSkill))]
[MemoryPackUnion(60, typeof(SurpriseSkill))]
[MemoryPackUnion(61, typeof(SwapSkill))]
[MemoryPackUnion(62, typeof(TaiChiSkill))]
[MemoryPackUnion(63, typeof(ThirdEyeSkill))]
[MemoryPackUnion(64, typeof(TrioSkill))]
[MemoryPackUnion(65, typeof(UniqueSkill))]
[MemoryPackUnion(66, typeof(VampireProSkill))]
[MemoryPackUnion(67, typeof(VampireSkill))]
[MemoryPackUnion(68, typeof(WaterDefenseSkill))]
[MemoryPackUnion(69, typeof(WaterMoveSkill))]
[MemoryPackUnion(70, typeof(WindGodSkill))]
[MemoryPackUnion(71, typeof(WindPriestessSkill))]
public abstract partial class SkillBase
{
}
}