示例#1
0
 // Calls the ClockManager’s RemoveClock function, passing in this clock as the parameter.
 public void RemoveClock()
 {
     clockManager.RemoveClock(gameObject);
 }