Skip to content

Instantly share code, notes, and snippets.

@clooth
Created September 10, 2013 08:52
Show Gist options
  • Save clooth/6506729 to your computer and use it in GitHub Desktop.
Save clooth/6506729 to your computer and use it in GitHub Desktop.
// Build struct
type Build struct {
Name string // Short name for this build
Description []byte // Description explaining what the build is about
PlayerRace Race // The race this built is meant to be played with
OpposingRaces []Race // The target races this build works well against
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment