Aka_s_Vayne.Variables.UltActive C# (CSharp) 메소드

UltActive() 공개 정적인 메소드

public static UltActive ( ) : bool
리턴 bool
        public static bool UltActive()
        {
            return (Variables._Player.HasBuff("vaynetumblefade") && !UnderEnemyTower((Vector2)_Player.Position));
        }