Example #1
0
 public RollingPaper_s(RollingPaper paper) : base(Product.type_.rollingPaper, paper.uniqueID, paper.objectID, paper.subID, paper.GetName(), paper.productGO.transform.position, paper.productGO.transform.eulerAngles)
 {
     paperType = paper.paperType;
 }
 public DesiredPaper() : base(type_.reference, type_.rollingPaper)
 {
     desiredType = RollingPaper.GetRandomPaperType();
 }