Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 781 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 781 Bytes

Maven Central Licence

ACC-Data

ACC-Data is a collection of data models for Assetto Corsa Competizione.

It contains the data model for the following entities:

  • CarModel
  • CarClass
  • Brands
  • Tracks
  • DLC Content
  • Cup Category
  • Driver Category
  • Multiplayer Vehicle Classes
  • SessionType
  • Nationality

Usage

Maven

<dependency>
	<groupId>de.team-holycow</groupId>
	<artifactId>acc-data</artifactId>
	<version>1.1</version>
</dependency>

Gradle

implementation 'de.team-holycow:acc-data:1.1'