World.ToyWorldCore.AutoupdateRegister.Tick C# (CSharp) Method

Tick() public method

public Tick ( ) : void
return void
        public void Tick()
        {
            m_register.MoveNext();
        }

Usage Example

Example #1
0
 private void UpdateScheduled()
 {
     TileDetectorRegister.Update();
     AutoupdateRegister.UpdateItems(Atlas);
     AutoupdateRegister.Tick();
 }
All Usage Examples Of World.ToyWorldCore.AutoupdateRegister::Tick