2022-03-27 22:07:37 -07:00

10 lines
197 B
C#

using UnityEngine;
namespace QSB.Player;
public partial class PlayerInfo
{
public int CurrentCharacterDialogueTreeId { get; set; } = -1;
public GameObject CurrentDialogueBox { get; set; }
}