Beispiel #1
0
        public float getDelay(IBattleable actioner)
        {
            float bonus = 0;

            if (DEPEND_DELAY)
            {
                bonus += actioner.getCharacterDelay();
            }
            return(this.delay + bonus);
        }