GuildcardRecv struct
This commit is contained in:
		
							parent
							
								
									c9aaa38465
								
							
						
					
					
						commit
						0b80a107bd
					
				| @ -644,4 +644,17 @@ pub struct KeyboardConfig { | |||||||
| #[pso_packet(0x5ED)] | #[pso_packet(0x5ED)] | ||||||
| pub struct GamepadConfig { | pub struct GamepadConfig { | ||||||
|     pub gamepad_config: [u8; 56], |     pub gamepad_config: [u8; 56], | ||||||
| } | } | ||||||
|  | 
 | ||||||
|  | // same struct as libpso::packet::messages::GuildcardRecv
 | ||||||
|  | #[pso_packet(0x4E8)] | ||||||
|  | pub struct GuildcardAccept { | ||||||
|  |     id: u32, | ||||||
|  |     name: [u16; 0x18], | ||||||
|  |     team: [u16; 0x10], | ||||||
|  |     desc: [u16; 0x58], | ||||||
|  |     one: u8, | ||||||
|  |     language: u8, | ||||||
|  |     section_id: u8, | ||||||
|  |     class: u8, | ||||||
|  | } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user