Esempio n. 1
0
 public PortableChronoOrderGenerator(Actor self, PortableChronoInfo info)
 {
     this.self = self;
     this.info = info;
 }
Esempio n. 2
0
 public PortableChronoOrderGenerator(Actor self, PortableChrono portableChrono)
 {
     this.self           = self;
     this.portableChrono = portableChrono;
     info = portableChrono.Info;
 }