Files
7d2dXG/Mods/zzz_REBIRTH__Utils/Scripts/XUIC/Inactive/XUiC_QuestTurnInRewardsWindowRebirth.cs
Nathaniel Cosford e06f2bd282 Add All Mods
2025-05-29 23:33:28 +09:30

15 lines
239 B
C#

using System;
using System.Diagnostics;
using UnityEngine;
public class XUiC_QuestTurnInRewardsWindowRebirth : XUiC_QuestTurnInRewardsWindow
{
public override void OnOpen()
{
base.OnOpen();
}
private bool bCollected = false;
}