Created
December 5, 2019 01:49
-
-
Save inertiave/3458630ecacc3d829860ad94911ba24d 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 class ExecuteOrder { | |
public const int FIRST = -29900; | |
public const int INITIALIZE = -8000; | |
public const int UI_INITIALIZE = -6000; | |
public const int CONTENT_INITIALIZE = -4000; | |
public const int LOGIN_INIT = -2000; | |
public const int LAST = 29900; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment