8 lines
104 B
C#
Raw Normal View History

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