Delegate PluginAddChat
Namespace: Asgard3.Core.Plugin
Assembly: Asgard3.Core.dll
Syntax
public delegate void PluginAddChat(IPlugin plug, Color color, string text);
Parameters
Type | Name | Description |
---|---|---|
IPlugin | plug | |
System.Drawing.Color | color | |
System.String | text |