コード例 #1
0
ファイル: Abilities.cs プロジェクト: ihatevim/Divine.Plugins
        public Abilities()
        {
            ActionManager.ActionAdd <ArcaneBolt>(x => ArcaneBolt         = x);
            ActionManager.ActionAdd <ConcussiveShot>(x => ConcussiveShot = x);
            ActionManager.ActionAdd <AncientSeal>(x => AncientSeal       = x);
            ActionManager.ActionAdd <MysticFlare>(x => MysticFlare       = x);

            ActionManager.ActionAdd <ScytheOfVyse>(x => Hex         = x);
            ActionManager.ActionAdd <OrchidMalevolence>(x => Orchid = x);
            ActionManager.ActionAdd <Bloodthorn>(x => Bloodthorn    = x);
            ActionManager.ActionAdd <RodOfAtos>(x => Atos           = x);
            ActionManager.ActionAdd <VeilOfDiscord>(x => Veil       = x);
            ActionManager.ActionAdd <EtherealBlade>(x => Ethereal   = x);
            ActionManager.ActionAdd <Dagon>(x => Dagon               = x);
            ActionManager.ActionAdd <ForceStaff>(x => ForceStaff     = x);
            ActionManager.ActionAdd <EulsScepterOfDivinity>(x => Eul = x);
            ActionManager.ActionAdd <BlinkDagger>(x => Blink         = x);
            ActionManager.ActionAdd <ShivasGuard>(x => Shivas        = x);
            ActionManager.ActionAdd <Nullifier>(x => Nullifier       = x);
            ActionManager.ActionAdd <UrnOfShadows>(x => Urn          = x);
            ActionManager.ActionAdd <SpiritVessel>(x => Vessel       = x);
        }