mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-08 09:41:07 +00:00
10 lines
210 B
C#
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; }
|
|
}
|