Skip to content

Instantly share code, notes, and snippets.

@inertiave
Created December 5, 2019 01:49
Show Gist options
  • Save inertiave/3458630ecacc3d829860ad94911ba24d to your computer and use it in GitHub Desktop.
Save inertiave/3458630ecacc3d829860ad94911ba24d to your computer and use it in GitHub Desktop.
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