Beispiel #1
0
 public PatchContainer(IPatch patch)
 {
     this.patch = patch;
     patch.Init(this);
 }