Skip to content

Commit

Permalink
Constants: add DEX_BASE_ID
Browse files Browse the repository at this point in the history
  • Loading branch information
jamorham committed Aug 21, 2018
1 parent d55b8f9 commit 55dcd85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,7 @@ public class Constants {
// increments from this start number
public static final int INCOMPATIBLE_BASE_ID = 5000;
public static final int COMPATIBLE_BASE_ID = 6000;
public static final int DEX_BASE_ID = 6400;


}
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,7 @@ public class Constants {
// increments from this start number
public static final int INCOMPATIBLE_BASE_ID = 5000;
public static final int COMPATIBLE_BASE_ID = 6000;
public static final int DEX_BASE_ID = 6400;


}

0 comments on commit 55dcd85

Please sign in to comment.