From b410c9af37e0262e6c67827deb3286f52fe8c937 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Sat, 7 Dec 2019 21:48:57 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 362cf917..cd8da966 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,16 @@ Note that Right-to-Left languages such as Arabic and Hebrew are not supported by - Fork the repo, and clone your fork - Configure an Application run configuration with DesktopLauncher as the Main Class and \\android\assets\ as the Working directory +To help you get started, the main classes are (in tree form, so you can see how the game itself saves them): + +- GameInfo + - TileMap + - TileInfo + - MapUnit + - CivilizationInfo + - CityInfo + + ## [Adding a new Civ](docs/NewCivs.md) # FAQ