namespace hero;

table Warrior {
	name: string;
	hp: uint32;
}
