Comment on page
Clan Chat Msg
Support us as a GitHub Sponsor and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude.
These articles are made possible by our GitHub Sponsors ... become a sponsor today!
public struct ClanChtMsg
public ChatRoom room;
The room this message relates to
public EChatEntryType type;
The type of chat entry this is
public string message;
The message body
public UserData user;
The user this message came from
Last modified 1mo ago