This website requires JavaScript.
Explore
Help
Sign In
PHXH
/
obfuz
mirror of
https://github.com/focus-creative-games/obfuz
Watch
2
Star
0
Fork
You've already forked obfuz
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cb27fadb08
obfuz
/
Samples
/
DynamicSecretKey
/
Assets
/
HotUpdate
/
Entry.cs
10 lines
122 B
C#
Raw
Blame
History
using
UnityEngine
;
public
class
Entry
:
MonoBehaviour
{
void
Start
(
)
{
Debug
.
Log
(
"Entry Start"
)
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink