public Addon(SharedObjects shared) : base(shared) { sharedObjects = shared; client = new KRPCClient(shared); connection = new KRPCConnection(shared, client); InitializeSuffixes(); }
public KRPCConnection(kOS.SharedObjects shared, KRPCClient client) { Client = client; this.shared = shared; }