Added JSON as the preferred data format (#6801)

This commit is contained in:
hedara90
2025-05-09 15:15:48 +02:00
committed by GitHub
parent 392d662c12
commit e587757fa6

View File

@@ -350,6 +350,10 @@ enum DifficultyLevel GetCurrentDifficultyLevel(void)
}
```
### Data file format
External data files should use JSON.
## Principles
### Minimally Invasive