This website requires JavaScript.
Explore
Help
Register
Sign In
zxl
/
FM
Watch
1
Star
0
Fork
You've already forked FM
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e279f59475
FM
/
Assets
/
Scripts
/
Base
/
IReference.cs
8 lines
111 B
C#
Raw
Blame
History
namespace
HK
{
public
interface
IReference
{
void
Initialize
(
)
;
void
Dispose
(
)
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink