Exemple #1
0
        private void CreateTablesStep()
        {
            if (buildingController == null)
            {
                return;
            }

            buildingController.CreateTablesStep();
        }