quantum-space-buddies/QSB/LogSync/FactReveal.cs

7 lines
97 B
C#
Raw Normal View History

2022-03-03 03:46:33 +00:00
namespace QSB.LogSync;
public struct FactReveal
2020-12-19 10:56:25 +00:00
{
2022-03-03 03:46:33 +00:00
public string Id;
public bool SaveGame;
2020-12-19 10:56:25 +00:00
}