Пример #1
0
 public WorldAction(ActionType type, LineGraph line)
 {
     this.type = type;
     this.line = line;
 }