Merge remote-tracking branch 'upstream/master' into master

This commit is contained in:
ThatGamerBlue
2021-06-23 13:00:32 +01:00
66 changed files with 1586 additions and 1219 deletions

View File

@@ -195,4 +195,10 @@ public interface RSActor extends RSRenderable, Actor
@Import("pathLength")
int getPathLength();
@Import("overheadTextCyclesRemaining")
int getOverheadCycle();
@Import("overheadTextCyclesRemaining")
void setOverheadCycle(int cycle);
}