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