7 lines
97 B
C#
Raw Normal View History

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