7 lines
63 B
Plaintext
7 lines
63 B
Plaintext
|
namespace hero;
|
||
|
|
||
|
table Warrior {
|
||
|
name: string;
|
||
|
hp: uint32;
|
||
|
}
|