10 lines
210 B
C#
Raw Normal View History

using QSB.ItemSync.WorldObjects.Items;
namespace QSB.Player;
public partial class PlayerInfo
{
public bool InDreamWorld { get; set; }
public QSBDreamLanternItem AssignedSimulationLantern { get; set; }
}