- Minor changes
- Added `css_gravity` command
- Added `css_money` command
- Changed Utc time to LocalTime
- Updated translations (ChatGPT generated)
- Updated css version
This commit is contained in:
Dawid Bepierszcz
2024-03-07 13:34:31 +01:00
parent da6fb2fc22
commit 2ab2f9c4dc
27 changed files with 731 additions and 489 deletions

View File

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