Skip to content

Commit

Permalink
imp - Updated mod template for N.K.Extensions
Browse files Browse the repository at this point in the history
---

We've changed the using clause to Nitrocid.Kernel.Extensions for the IMod
interface implementation.

---

Type: imp
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Jan 6, 2025
1 parent 5af7102 commit 96057ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/Nitrocid.Templates/templates/KSMod/ModName.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Nitrocid.Modifications;
using Nitrocid.Kernel.Extensions;
using System;
using System.Collections.ObjectModel;
using System.Reflection;
Expand Down Expand Up @@ -27,4 +27,4 @@ public void StopMod()
}
}

// Refer to https://aptivi.github.io/Kernel-Simulator for up-to-date API documentation for mod developers.
// Refer to https://aptivi.github.io/Nitrocid for up-to-date API documentation for mod developers.

0 comments on commit 96057ec

Please sign in to comment.