r1-api-layer 1.0.2

This is the API for the in class project of the TINF22B6 course at DHBW Karlsruhe. Here we create a OSU-like game which also sends some of the game run data to a server to do statistical analysis with Julia.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# GameEndDto

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**uuid** | [***uuid::Uuid**](UUID.md) |  | [optional] [default to None]
**game_time** | **i32** |  | [optional] [default to None]
**spawn_points** | [**Vec<models::Spawn>**](Spawn.md) |  | [optional] [default to None]
**click_points** | [**Vec<models::Click>**](Click.md) |  | [optional] [default to None]
**difficulty** | [***models::GameEndDtoDifficulty**](GameEndDto_difficulty.md) |  | [optional] [default to None]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)