Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. var ligadajustica = LigaDC()
  2. ligadajustica.nome = "Liga da Justiça"
  3. ligadajustica.add(heroi: HeroiDC(nome: "Batman", poderes: ["rico"]))
  4. ligadajustica.add(heroi: HeroiDC(nome: "Superman", poderes: ["voar", "super força"]))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement