Exemple #1
0
        public Addon(SharedObjects shared) : base(shared)
        {
            sharedObjects = shared;
            client        = new KRPCClient(shared);
            connection    = new KRPCConnection(shared, client);

            InitializeSuffixes();
        }
Exemple #2
0
 public KRPCConnection(kOS.SharedObjects shared, KRPCClient client)
 {
     Client      = client;
     this.shared = shared;
 }