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

@@ -53,7 +53,7 @@ public abstract class Component
//GAME HAS JUST BEGUN/ended
public virtual void Terminate() {}
public virtual void Unload() {}
//WE ARE LOADING STUFF
public virtual void Load() {}