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