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
fcf9128dd35e4d26406f2928a4e2f1ddb6217d62
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