public ViewerEffectLogPlugin(PubComb plug) { plugin = plug; shared = plug.SharedInfo; form = new VELogForm1(this); this.frame = plug.frame; this.proxy = plug.proxy; this.proxy.AddDelegate(PacketType.ViewerEffect, Direction.Incoming, new PacketDelegate(ve)); }