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

This commit is contained in:
gamer147
2026-07-03 21:51:02 -04:00
parent 57dee92570
commit 006a6ae7ab
48 changed files with 4 additions and 1845 deletions

View File

@@ -2,12 +2,4 @@
using System;
namespace Wizard.RoomMatch
{
public partial class RoomRuleSetting
{
public Action OnDecide;
public BattleParameter BattleParameterInstance { get; set; }
public bool EnableFriendWatch { get; set; }
public bool EnableGuildWatch { get; set; }
public RoomRuleSetting() { }
}
}