Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Style
.wiki-content ul {
  padding-left: 018px;
  list-style: none;
}

 

  • .wz
    • .game
      • .players = [] of player objects
      • .map
          Continents
        • .height = height of map in tiles
        • .width = width of map in tiles
        • .name = name of map
        • .continents = [] of continent objects
        • .droids = [] of droid objects
        • .structures = [] of structure objects
        • .features = [] of feature objects