1
0
mirror of https://github.com/misternebula/quantum-space-buddies.git synced 2025-02-16 12:40:01 +00:00
2022-03-27 22:07:37 -07:00

10 lines
210 B
C#

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