Update Singleton.cs

This commit is contained in:
Alex-Rachel
2025-03-25 19:09:01 +08:00
parent 27ce7e8ecc
commit b1d06ecef5

View File

@@ -57,6 +57,8 @@ namespace GameLogic
} }
} }
protected abstract void OnRelease(); protected virtual void OnRelease()
{
}
} }
} }