Beispiel #1
0
 public GWait(GTimeUnit unit, int frame)
 {
     this.unit = unit;
     this.time = frame + 0.00001f;
 }
Beispiel #2
0
 public GWait(GTimeUnit unit, float time)
 {
     this.unit = unit;
     this.time = time;
 }