Update Singleton.cs

This commit is contained in:
ALEXTANG
2023-04-19 15:41:55 +08:00
parent 2f194bbb4a
commit b4afdb112a

View File

@@ -18,6 +18,5 @@ namespace GameBase
return _instance; return _instance;
} }
} }
} }
} }