cull(engine-cleanup): pass-8 phase-2 cascade round 1 after MyPageItemHome stub

This commit is contained in:
gamer147
2026-07-03 21:59:29 -04:00
parent d89e7d9634
commit 6cf95bcfd6
20 changed files with 0 additions and 585 deletions

View File

@@ -4,11 +4,4 @@ namespace Wizard;
public class GuildNotification
{
public int? GuildId { get; private set; }
public int? GuildRoomMessageId { get; private set; }
public bool IsJoinRequest { get; private set; }
public bool IsInvited { get; private set; }
}