コード例 #1
0
 public GunSilencer(Gun g) : base(g)
 {
 }
コード例 #2
0
 protected GunDecorator(Gun g)
 {
     Dg = g;
 }