Last active
August 7, 2018 06:52
-
-
Save troys-code/8b7f2532b24f1b3c10c525198342fd5e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public static class Helpers { | |
| public static boolean isInCutscene() { | |
| return Scene.isDynamic() || Game.getClient().isCameraLocked(); | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment