Example #1
0
        public bool Step()
        {
            Previous = Now.Copy();

            StepDeath();

            StepLife();

            return(StepCheck());
        }