1// Copyright (C) Call of Nil contributors 2// SPDX-License-Identifier: AGPL-3.0-only 3 4pub mod behavior; 5pub mod city; 6pub mod infrastructure; 7pub mod military; 8pub mod npc; 9pub mod player; 10pub mod resources; 11pub mod round;