public SitBlockPlugin(PubComb plug) { plugin = plug; form = new SitBlockForm1(this); this.frame = plug.frame; this.proxy = plug.proxy; this.brand = "SitBlock"; proxy.AddDelegate(PacketType.AgentRequestSit, Direction.Outgoing, new PacketDelegate(sitp)); }