Type Alias veloren_common_net::synced_components::inner::ChatMsg
pub type ChatMsg = GenericChatMsg<String>;
Aliased Type§
struct ChatMsg {
pub chat_type: ChatType<String>,
/* private fields */
}
Fields§
§chat_type: ChatType<String>