Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hiro420/NikkeTools
/ getVersion
Method
getVersion
UnLuac/src/unluac/Version.java:16–18 ·
view source on GitHub ↗
(int major, int minor, boolean isMua)
Source
from the content-addressed store, hash-verified
14
public
class
Version {
15
16
public
static
Version getVersion(
int
major,
int
minor, boolean isMua) {
17
return
new
Version(major, minor, isMua);
18
}
19
20
public
static
class
Setting<T> {
21
Callers
2
BHeader
Method · 0.95
assemble
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected