Skip to content

Instantly share code, notes, and snippets.

@gcamp806
Last active May 16, 2018 17:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gcamp806/7cacb776b0b0c5630379e027284c0ed0 to your computer and use it in GitHub Desktop.
Save gcamp806/7cacb776b0b0c5630379e027284c0ed0 to your computer and use it in GitHub Desktop.
Swift constants
struct Const {
struct Mod {
static let job = 6
static let jobInfo = 1
static let jobPhase = 2
static let jobEquip = 3
static let equipment = 5
static let forms = 7
static let trucking = 8
}
private init() {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment