Example #1
0
 public WithMindControlArc(Actor self, WithMindControlArcInfo info)
 {
     this.info = info;
 }
Example #2
0
 public WithMindControlArc(WithMindControlArcInfo info)
 {
     this.info = info;
 }