Skip to content

Instantly share code, notes, and snippets.

@kevinkace
Created December 10, 2015 22:00
Show Gist options
  • Select an option

  • Save kevinkace/c2ec815eed677b1cebd5 to your computer and use it in GitHub Desktop.

Select an option

Save kevinkace/c2ec815eed677b1cebd5 to your computer and use it in GitHub Desktop.
PL
team = {
name : "",
desc : "",
logo : "",
members : [ player ],
matches : [],
contact : {
twitter : "",
twitch : "",
fb : ""
}
}
player = {
name : "",
avatar : "",
team : team,
position : position,
gw2name : "",
contact : {
twitter : "",
twitch : "",
fb : ""
}
}
match = {
date : "",
teams : [],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment