コード例 #1
0
 public PNCInfo()
 {
     Holes    = new HoleCollection();
     Params   = new ParamCollection();
     ThrowSet = new ThrowSetInfo();
 }
コード例 #2
0
ファイル: PNCInfo.cs プロジェクト: JefferyXuHao/Contra-DC
 public PNCInfo()
 {
     Holes = new HoleCollection();
     Params = new ParamCollection();
     ThrowSet = new ThrowSetInfo();
 }