Britbot
static void Britbot.SmartIsland.UpdateAll ( ) [inline, static]

Definition at line 376 of file SmartIsland.cs.

        {
            foreach (SmartIsland sIsland in SmartIsland.IslandList)
            {
                sIsland.Update();
            }
            SmartIsland.DebugAll();
        }