Player =========== .. code-block:: csharp public class Player This is data class, which contains all player data during game match. For example, there stored player money, color, team, etc. If you need more player data, for example, want to add new resources type, you can extend this class. .. toctree:: :glob: *