This website requires JavaScript.
Explore
Help
Sign In
PHXH
/
obfuz
mirror of
https://github.com/focus-creative-games/obfuz
Watch
54
Star
0
Fork
You've already forked obfuz
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d85a37c7ad
obfuz
/
Tests~
/
ParamPad
/
libA
/
Thing.cs
2 lines
89 B
C#
Raw
Blame
History
namespace
Shared
{
public
class
Thing
{
public
int
V
;
public
Thing
(
int
v
)
{
V
=
v
;
}
}
}
Reference in New Issue
View Git Blame
Copy Permalink