This website requires JavaScript.
Explore
Help
Sign In
Prg_ZhangXuheng
/
NLDClient-yudde
Watch
1
Star
0
Fork
You've already forked NLDClient-yudde
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
562bfdfd62
NLDClient-yudde
/
ProjectNLD
/
Assets
/
Code
/
Scripts
/
Gameplay
/
Pool
/
IPoolData.cs
9 lines
118 B
C#
Raw
Blame
History
namespace
Gameplay.Pool
{
public
interface
IPoolData
{
void
OnGet
(
)
;
void
OnReturn
(
)
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink