Esempio n. 1
0
 private static void AddConsoleMessage_Postfix(ChatBox __instance, ref string message, ref Color color)
 {
     __instance.ChatBoxAddedMessage(message, color);
 }