make this private

This commit is contained in:
JohnCorby 2022-12-12 15:03:41 -08:00
parent bbc2f6311e
commit a35d1a18e9

View File

@ -330,7 +330,7 @@ public static class QSBWorldSync
.Where(x => x.gameObject.scene.name is not (null or "DontDestroyOnLoad"));
// https://stackoverflow.com/a/48570616
public static string NameOfCallingClass()
private static string NameOfCallingClass()
{
string fullName;
Type declaringType;