1
0
mirror of https://github.com/misternebula/quantum-space-buddies.git synced 2025-02-20 15:41:01 +00:00

9 lines
138 B
C#
Raw Normal View History

2020-12-19 10:56:25 +00:00
namespace QSB.WorldSync
{
public struct FactReveal
{
public string Id;
public bool SaveGame;
public bool ShowNotification;
}
}