Ship Types
Ship types are represented by the following enum:
#![allow(unused)] fn main() { pub enum ShipTypeId { Snaikkka = 0x00, Craier = 0x01, Cog = 0x02, Hulk = 0x03, } }
Ship types are represented by the following enum:
#![allow(unused)] fn main() { pub enum ShipTypeId { Snaikkka = 0x00, Craier = 0x01, Cog = 0x02, Hulk = 0x03, } }