fBaseXtensions.Game.Hero.Skills.Conditions.WaitLoops.WaitLoops C# (CSharp) 메소드

WaitLoops() 공개 메소드

public WaitLoops ( int BeforeLoops, int AfterLoops, bool Reuse )
BeforeLoops int
AfterLoops int
Reuse bool
        public WaitLoops(int BeforeLoops, int AfterLoops, bool Reuse)
        {
            PreLoops=BeforeLoops;
                 PostLoops=AfterLoops;
                 Reusable=Reuse;
        }
WaitLoops