mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-26 00:35:20 +00:00
make some things private
This commit is contained in:
parent
d0cce35103
commit
4dbf661f64
@ -157,9 +157,9 @@ public static class QSBWorldSync
|
||||
// =======================================================================================================
|
||||
|
||||
public static readonly List<CharacterDialogueTree> OldDialogueTrees = new();
|
||||
public static readonly Dictionary<string, bool> DialogueConditions = new();
|
||||
private static readonly Dictionary<string, bool> DialogueConditions = new();
|
||||
private static readonly Dictionary<string, bool> PersistentConditions = new();
|
||||
public static readonly List<FactReveal> ShipLogFacts = new();
|
||||
private static readonly List<FactReveal> ShipLogFacts = new();
|
||||
|
||||
private static readonly List<IWorldObject> WorldObjects = new();
|
||||
private static readonly Dictionary<MonoBehaviour, IWorldObject> UnityObjectsToWorldObjects = new();
|
||||
|
Loading…
x
Reference in New Issue
Block a user