示例#1
0
 public MKDSEnemyPointLineRenderGroup(EPOI EnemyPoints, EPAT EnemyPointPaths, Color LineColor)
 {
     this.EnemyPoints     = EnemyPoints;
     this.EnemyPointPaths = EnemyPointPaths;
     this.LineColor       = LineColor;
 }
 public MKDSEnemyPointLineRenderGroup(EPOI EnemyPoints, EPAT EnemyPointPaths, Color LineColor)
 {
     this.EnemyPoints = EnemyPoints;
     this.EnemyPointPaths = EnemyPointPaths;
     this.LineColor = LineColor;
 }