示例#1
0
 public Message()
 {
     OnClientUpdated += (sender, e) =>
     {
         Reactions.SetClientsInList(Client);
         Author.SetClient(Client);
     };
 }