mirror of
https://github.com/CyberL1/Minecraft-Realms-Emulator.git
synced 2026-09-15 19:25:48 -04:00
fix(Core): make Realm.Players an actual relation
This commit is contained in:
@@ -7,4 +7,6 @@ public class Player
|
||||
public required string Name { get; set; }
|
||||
public required bool Operator { get; set; }
|
||||
public required bool Accepted { get; set; }
|
||||
public int? RealmId { get; set; }
|
||||
public Realm Realm { get; set; } = null!;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user