Datasheet: Difference between revisions
imported>Leoetlino |
imported>Leoetlino →Field: fix Field::Type storage type |
||
| Line 70: | Line 70: | ||
=== Field === | === Field === | ||
<syntaxhighlight lang="c++"> | <syntaxhighlight lang="c++"> | ||
enum class Type : | enum class Type : u8 { | ||
Struct = 0, | Struct = 0, | ||
Bool = 1, | Bool = 1, | ||