15 lines
239 B
C#
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;
|
|
}
|