blob: 91b9dcaaf462928175e98ef3ff92ada8c730464d [file] [log] [blame]
namespace hero;
table Warrior {
name: string;
hp: uint32;
}