quantum-space-buddies/QSB/Player/PlayerInfoParts/DreamWorld.cs

12 lines
301 B
C#
Raw Normal View History

2022-10-11 05:23:44 +00:00
using QSB.EchoesOfTheEye.DreamLantern;
using QSB.EchoesOfTheEye.DreamLantern.WorldObjects;
using QSB.ItemSync.WorldObjects.Items;
namespace QSB.Player;
public partial class PlayerInfo
{
public bool InDreamWorld { get; set; }
public QSBDreamLanternItem AssignedSimulationLantern { get; set; }
}