public SitAnywherePlugin(PubComb plug) { plugin = plug; shared = plug.SharedInfo; form = new SitAnywhereForm1(this); this.frame = plug.frame; this.proxy = plug.proxy; this.frame.AddCommand("/sit", new ProxyFrame.CommandDelegate(this.CmdSit)); }