diff options
| author | Wither OrNot | 2025-04-07 22:12:53 +0000 |
|---|---|---|
| committer | Wither OrNot | 2025-04-07 22:12:53 +0000 |
| commit | 91e85088480b4734a9d7302cc980be761f68161b (patch) | |
| tree | 7d1ed49da8cb5ac406b51bfd202dc8c3ccebf014 /LibTSforge/Modifiers | |
| parent | 103981762f471dc2d2e33c1556b9013b1ab77425 (diff) | |
| download | TSforge-91e85088480b4734a9d7302cc980be761f68161b.zip | |
stylistic fixes
Diffstat (limited to 'LibTSforge/Modifiers')
| -rw-r--r-- | LibTSforge/Modifiers/SetIIDParams.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LibTSforge/Modifiers/SetIIDParams.cs b/LibTSforge/Modifiers/SetIIDParams.cs index 2f34a7d..3d54b9d 100644 --- a/LibTSforge/Modifiers/SetIIDParams.cs +++ b/LibTSforge/Modifiers/SetIIDParams.cs @@ -4,6 +4,7 @@ namespace LibTSforge.Modifiers using SPP; using System.IO; using System; + public static class SetIIDParams { public static void SetParams(PSVersion version, bool production, Guid actId, PKeyAlgorithm algorithm, int group, int serial, ulong security) |
