.NET Format Style Fixes

This commit is contained in:
refringe
2025-06-18 17:09:20 +00:00
committed by Format Bot
parent ca0a7d6345
commit 6e01428b2b
774 changed files with 23507 additions and 40003 deletions
@@ -11,16 +11,8 @@ public record ServerBase
public Dictionary<string, object> ExtensionData { get; set; }
[JsonPropertyName("ip")]
public required string Ip
{
get;
set;
}
public required string Ip { get; set; }
[JsonPropertyName("port")]
public required int Port
{
get;
set;
}
public required int Port { get; set; }
}