Exemple #1
0
 //Constructor
 public PlayableDLC(DLC dlc) : base(dlc)
 {
 }
 public Decorator(DLC dlc)
 {
     this.dlc = dlc;
 }