Changed terminate into unload

This commit is contained in:
2026-01-30 20:42:33 -05:00
parent 82fa3a02c2
commit 6370a70e77
6 changed files with 10 additions and 11 deletions

View File

@@ -13,5 +13,5 @@ public interface AwperativeHook
/// <summary>
/// Called when the program closes.
/// </summary>
public void Terminate() {}
public void Unload() {}
}