quantum-space-buddies/QSB/Player/PlayerInfoParts/Conversation.cs
2022-05-13 22:38:06 +01:00

11 lines
251 B
C#

using QSB.ConversationSync.WorldObjects;
using UnityEngine;
namespace QSB.Player;
public partial class PlayerInfo
{
public QSBCharacterDialogueTree CurrentCharacterDialogueTree { get; set; }
public GameObject CurrentDialogueBox { get; set; }
}