public void ReachedCheckpoint() { CheckpointController.Reach(m_id); }
private void Start() { CheckpointController.Register(this); }