naia_shared/messages/channels/
system_channel.rs

1use crate::Channel;
2
3#[derive(Channel)]
4pub struct SystemChannel;