- Config upgrade
- Translatable  and customizable menu
- More async
- Minor changes
This commit is contained in:
Dawid Bepierszcz
2024-04-29 00:04:42 +02:00
parent aefa6c6355
commit c321502937
37 changed files with 1078 additions and 701 deletions

View File

@@ -2,7 +2,6 @@
{
public class PlayerInfo
{
public int? Index { get; set; }
public int UserId { get; init; }
public int Slot { get; init; }
public string? SteamId { get; init; }