Example #1
0
 public RivalAIModChatMessage(string author, string msg, long playerId, RivalAIModChatType type)
 {
     Author            = author;
     Message           = msg;
     RecipientPlayerId = playerId;
     MessageType       = type;
 }
Example #2
0
 public RivalAIModChatMessage()
 {
     Author            = "";
     Message           = "";
     RecipientPlayerId = 0;
     MessageType       = RivalAIModChatType.None;
 }