|
Britbot
|
Definition at line 376 of file SmartIsland.cs. {
foreach (SmartIsland sIsland in SmartIsland.IslandList)
{
sIsland.Update();
}
SmartIsland.DebugAll();
}
|
1.7.6.1