This website requires JavaScript.
Explore
Help
Register
Sign In
tron_wz
/
CaptainDiceDubloons_IOS_unity
Watch
2
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1b2fed64bf6b7c20c5d5d3c0f157a674e7a154be
CaptainDiceDubloons_IOS_unity
/
Assets
/
Scripts
/
Singleton
/
ISingleton.cs
T
7 lines
102 B
C#
Raw
Normal View
History
Unescape
Escape
提交工程
2026-05-20 12:01:19 +08:00
namespace
ChillConnect
{
public
interface
ISingleton
{
void
OnSingletonInit
();
}
}
Reference in New Issue
Copy Permalink