diff options
| author | Lyssa | 2025-04-02 10:06:52 +0000 |
|---|---|---|
| committer | Lyssa | 2025-04-02 10:06:52 +0000 |
| commit | b8558d8fb2de25a97572ec9d3e33618b8fac3027 (patch) | |
| tree | 4a6dc0d718918881f8461091974ea3afaf026186 /LibTSforge/PhysicalStore/VariableBag.cs | |
| parent | 07f43e261381c8b9229fcf376e310d8f02ccb16d (diff) | |
| download | TSforge-b8558d8fb2de25a97572ec9d3e33618b8fac3027.zip | |
basic cleanup
Diffstat (limited to 'LibTSforge/PhysicalStore/VariableBag.cs')
| -rw-r--r-- | LibTSforge/PhysicalStore/VariableBag.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/LibTSforge/PhysicalStore/VariableBag.cs b/LibTSforge/PhysicalStore/VariableBag.cs index 76098a9..ebe413f 100644 --- a/LibTSforge/PhysicalStore/VariableBag.cs +++ b/LibTSforge/PhysicalStore/VariableBag.cs @@ -3,7 +3,6 @@ namespace LibTSforge.PhysicalStore using System; using System.Collections.Generic; using System.IO; - using System.Runtime.CompilerServices; public enum CRCBlockType : uint { @@ -155,7 +154,7 @@ namespace LibTSforge.PhysicalStore public class VariableBag { public List<CRCBlock> Blocks = new List<CRCBlock>(); - private PSVersion Version; + private readonly PSVersion Version; public void Deserialize(byte[] data) { |
