• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1namespace hero;
2
3table Warrior {
4	name: string;
5	hp: uint32;
6}
7