예제 #1
0
        void GetPartRegistry(R_PartOfProduct partsOfProduct)
        {
            this._partsOfProduct = partsOfProduct;

            partsOfProduct.componentAdded   += OnPartAdded;
            partsOfProduct.componentRemoved += OnPartRemoved;
        }
예제 #2
0
 void GetPartRegistry(R_PartOfProduct partsOfProduct)
 {
     this._partsOfProduct = partsOfProduct;
 }