示例#1
0
 public UnitOrderResult(Actor self, IOrderTargeter iot, IIssueOrder trait, string cursor, Target target)
 {
     this.self   = self;
     this.iot    = iot;
     this.trait  = trait;
     this.cursor = cursor;
     this.target = target;
 }
示例#2
0
 public UnitOrderResult(Actor actor, IOrderTargeter order, IIssueOrder trait, string cursor, Target target)
 {
     Actor  = actor;
     Order  = order;
     Trait  = trait;
     Cursor = cursor;
     Target = target;
 }
示例#3
0
 public UnitOrderResult(Actor actor, IOrderTargeter order, IIssueOrder trait, string cursor, Target target)
 {
     this.Actor  = actor;
     this.Order  = order;
     this.Trait  = trait;
     this.Cursor = cursor;
     this.Target = target;
 }
示例#4
0
 public UnitOrderResult( Actor self, IOrderTargeter iot, IIssueOrder trait, string cursor, Target target )
 {
     this.self = self;
     this.iot = iot;
     this.trait = trait;
     this.cursor = cursor;
     this.target = target;
 }
示例#5
0
 public UnitOrderResult(Actor actor, IOrderTargeter order, IIssueOrder trait, string cursor, Target target)
 {
     this.Actor = actor;
     this.Order = order;
     this.Trait = trait;
     this.Cursor = cursor;
     this.Target = target;
 }
示例#6
0
 public UnitOrderResult(Actor actor, IOrderTargeter order, IIssueOrder trait, string cursor, in Target target)
示例#7
0
 public UnitOrderResult(Actor actor, IOrderTargeter order, IIssueOrder trait, string cursor, Target target)
 {
     Actor = actor;
     Order = order;
     Trait = trait;
     Cursor = cursor;
     Target = target;
 }