mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2024-12-29 03:28:26 +00:00
7 lines
97 B
C#
7 lines
97 B
C#
namespace QSB.LogSync;
|
|
|
|
public struct FactReveal
|
|
{
|
|
public string Id;
|
|
public bool SaveGame;
|
|
} |