11 lines
251 B
C#
Raw Normal View History

2022-05-13 22:38:06 +01:00
using QSB.ConversationSync.WorldObjects;
using UnityEngine;
2022-03-24 15:02:31 +00:00
namespace QSB.Player;
public partial class PlayerInfo
{
2022-05-13 22:38:06 +01:00
public QSBCharacterDialogueTree CurrentCharacterDialogueTree { get; set; }
2022-03-24 15:02:31 +00:00
public GameObject CurrentDialogueBox { get; set; }
}