Created
September 10, 2013 08:52
-
-
Save clooth/6506729 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
// 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