AkaCore.AkaLib.Evade.SkillshotDetector.SkillshotDetector C# (CSharp) Method

SkillshotDetector() static private method

static private SkillshotDetector ( ) : System
return System
        static SkillshotDetector()
        {
            GameObject.OnDelete += ObjOnDelete;
                GameObject.OnCreate += ObjMissileClientOnCreate;
                GameObject.OnDelete += ObjMissileClientOnDelete;
                Obj_AI_Base.OnProcessSpellCast += OnProcessSpellCast;
        }