diff options
| author | Lyssa | 2025-04-07 15:19:24 +0000 |
|---|---|---|
| committer | Lyssa | 2025-04-07 15:19:24 +0000 |
| commit | 0c8b1efaa9005de1d101ebab5e66117edfaec3b2 (patch) | |
| tree | 3f5fe837f2ec9cbe20238bdf9ced357f3ec1184e /LibTSforge/SPP/PKeyConfig.cs | |
| parent | 3f1c87831802817f0cb3effacde954d3cbadfb6c (diff) | |
| download | TSforge-0c8b1efaa9005de1d101ebab5e66117edfaec3b2.zip | |
Minor fixups
Diffstat (limited to 'LibTSforge/SPP/PKeyConfig.cs')
| -rw-r--r-- | LibTSforge/SPP/PKeyConfig.cs | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/LibTSforge/SPP/PKeyConfig.cs b/LibTSforge/SPP/PKeyConfig.cs index 6733940..83fc981 100644 --- a/LibTSforge/SPP/PKeyConfig.cs +++ b/LibTSforge/SPP/PKeyConfig.cs @@ -74,7 +74,7 @@ namespace LibTSforge.SPP public class PKeyConfig { - public Dictionary<Guid, ProductConfig> Products = new Dictionary<Guid, ProductConfig>(); + public readonly Dictionary<Guid, ProductConfig> Products = new Dictionary<Guid, ProductConfig>(); private readonly List<Guid> loadedPkeyConfigs = new List<Guid>(); public void LoadConfig(Guid actId) @@ -210,10 +210,5 @@ namespace LibTSforge.SPP } } } - - public PKeyConfig() - { - - } } } |
