mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-13 01:51:39 -07:00
Renamed some static classes
This commit is contained in:
parent
37883b9f35
commit
ff0e890dcd
116 changed files with 1932 additions and 1973 deletions
|
|
@ -30,6 +30,6 @@ public final class Static15 {
|
|||
|
||||
@OriginalMember(owner = "client!be", name = "a", descriptor = "(II)I")
|
||||
public static int method492(@OriginalArg(1) int arg0) {
|
||||
return arg0 == 16711935 ? -1 : Static105.method2253(arg0);
|
||||
return arg0 == 16711935 ? -1 : ColorUtils.rgbToHsl(arg0);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue