This website requires JavaScript.
Explore
Help
Register
Sign In
tron_wz
/
ZooMatch-GP
Watch
2
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
dfead2c46199743a0dc289528efbeaeb53d7a1c4
ZooMatch-GP
/
Assets
/
Scripts
/
Singleton
/
ISingleton.cs
T
7 lines
112 B
C#
Raw
Normal View
History
Unescape
Escape
feat:1、添加项目
2026-06-02 10:26:44 +08:00
namespace
BallKingdomCrush
{
public
interface
ISingleton
{
void
OnSingletonInit
();
}
}
Reference in New Issue
Copy Permalink