1.12.0-server #10

Merged
defnotken merged 37 commits from 1.12.0-server into master 2025-10-04 19:23:29 +00:00
Showing only changes of commit 1a97dded9c - Show all commits

View File

@@ -4,7 +4,6 @@ public class GroupPair
{
public string GroupGID { get; set; }
public Group Group { get; set; }
public GroupProfile Profile { get; set; }
public string GroupUserUID { get; set; }
public User GroupUser { get; set; }
public bool IsPinned { get; set; }