10 lines
185 B
Lua
10 lines
185 B
Lua
return {
|
|
name = "Sonic",
|
|
fullname = "Sonic the Hedgehog",
|
|
|
|
class = "speed",
|
|
alignement = "hero",
|
|
team = "heroes",
|
|
|
|
description = "Lorem Ipsum...",
|
|
}
|