a timer in c# or some shit idk
private float float;private void Update() {this.float += 1f * Time.deltaTime;print(this.float); }