public PortableChronoOrderGenerator(Actor self, PortableChronoInfo info) { this.self = self; this.info = info; }
public PortableChronoOrderGenerator(Actor self, PortableChrono portableChrono) { this.self = self; this.portableChrono = portableChrono; info = portableChrono.Info; }