V0 #1

Closed
RusticMaple wants to merge 105 commits from v0 into main
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 3e8b96c820 - Show all commits

fix build error

Maple 2026-04-25 18:49:18 +02:00

View file

@ -42,7 +42,7 @@ use rnex_core::rmc::protocols::account_management::NintendoCreateAccountData;
use rnex_core::rmc::protocols::nintendo_notification::NintendoNotificationEvent;
use rnex_core::rmc::structures::RmcSerialize;
use crate::rmc::structures::data::Data;
use rnex_core::rmc::structures::data::Data;
define_rmc_proto!(
proto FriendsUser{
@ -142,6 +142,7 @@ impl Friends for FriendsUser {
let mut fr_list =
vec![FriendInfo {
data: Data{},
became_friends: KerberosDateTime::now(),
comment: Comment {
last_changed: KerberosDateTime::now(),

View file

@ -2,7 +2,7 @@ use macros::{RmcSerialize, method_id, rmc_proto};
use rnex_core::{kerberos::KerberosDateTime, rmc::response::ErrorCode};
use crate::rmc::structures::{data::Data, rmc_struct};
use rnex_core::rmc::structures::{data::Data, rmc_struct};
#[derive(RmcSerialize, Debug, Clone)]
#[rmc_struct(0)]