This website requires JavaScript.
Explore
Help
Register
Sign In
tron_wz
/
RedHotRoast-ios
Watch
2
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d4f6b822097b8ba2cc095c8fa4180173888ad921
RedHotRoast-ios
/
Assets
/
Scripts
/
Singleton
/
ISingleton.cs
T
7 lines
101 B
C#
Raw
Normal View
History
Unescape
Escape
fix:1、修改命名空间和文件夹名字
2026-04-27 11:20:13 +08:00
namespace
RedHotRoast
fix:1、添加项目
2026-04-22 09:52:55 +08:00
{
public
interface
ISingleton
{
void
OnSingletonInit
();
}
}
Reference in New Issue
Copy Permalink