|
|
|
@ -2,7 +2,7 @@ use crate::{Error, payload::{Decode, Encode}, Payload};
|
|
|
|
|
use std::io::{Read, Seek, SeekFrom};
|
|
|
|
|
use crate::payload::{SeStringChunkKind, SeInteractableKind};
|
|
|
|
|
|
|
|
|
|
#[derive(Debug, PartialEq)]
|
|
|
|
|
#[derive(Debug, Clone, PartialEq)]
|
|
|
|
|
pub struct MapLinkPayload {
|
|
|
|
|
pub territory_type: u32,
|
|
|
|
|
pub map: u32,
|
|
|
|
|