Merge remote-tracking branch 'upstream/master' into master
This commit is contained in:
@@ -1406,4 +1406,10 @@ public interface RSClient extends RSGameEngine, Client
|
||||
|
||||
@Construct
|
||||
RSSceneTilePaint createSceneTilePaint(int swColor, int seColor, int neColor, int nwColor, int texture, int rgb, boolean isFlat);
|
||||
|
||||
@Import("crossWorldMessageIds")
|
||||
long[] getCrossWorldMessageIds();
|
||||
|
||||
@Import("crossWorldMessageIdsIndex")
|
||||
int getCrossWorldMessageIdsIndex();
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@ public interface RSPlayerComposition extends PlayerComposition
|
||||
boolean isFemale();
|
||||
|
||||
@Import("bodyColors")
|
||||
int[] getBodyPartColours();
|
||||
int[] getColors();
|
||||
|
||||
@Import("hash")
|
||||
long getHash();
|
||||
|
||||
Reference in New Issue
Block a user