2022-03-02 19:46:33 -08:00

7 lines
97 B
C#

namespace QSB.LogSync;
public struct FactReveal
{
public string Id;
public bool SaveGame;
}