예제 #1
0
 public void Init(List <MorphingTargetInfo> MorphTargetList)
 {
     base.Init(MorphTargetList);
     this.tpcRand = new TimeProgressCtrlRandom();
     this.tpcRand.Init(this.randTimeMin, this.randTimeMax);
 }
예제 #2
0
 // Token: 0x0600868F RID: 34447 RVA: 0x0034AA9A File Offset: 0x00348E9A
 public new void Init()
 {
     base.Init();
     tpcRand = new TimeProgressCtrlRandom();
     tpcRand.Init(randTimeMin, randTimeMax);
 }
예제 #3
0
 public void Init()
 {
     base.Init();
     this.tpcRand = new TimeProgressCtrlRandom();
     this.tpcRand.Init(this.randTimeMin, this.randTimeMax);
 }