CountdownTimer class?

I just wrote a simple CountdownTimer class for myself to help manage minutes and seconds for different instances and the Unity compiler says “The namespace global:: already contains a definition for CountdownTimer.” Does Unity already have a CountdownTimer class? I can’t seem to find it in the docs.

Probably your script (class) is somewhere in the project twice… could be even with different file name…