public class rotateThis extends MonoBehaviour implements IBulletTime-----grammer mistakes

I have used C# for a long time now, it is hard for me to understand the grammer of js.
I writed an interface IBulletTime in a C#file placed in Plugins folder.
someone later imported a js, now I have to modified it to support my interface.
someone tells me how?

Change line #865 in your script to “display source code and get more specific if you want anyone to know what you’re talking about.”

Sorry, couldn’t resist. :wink:

title is the source code , It already has a problem…

public class rotateThis extends MonoBehaviour OK
public class rotateThis implements IBulletTime MaybeOk(I will check later)
but when I combine them together…
public class rotateThis extends Mono.. implements IBulletTime -----wrong!

OK,problem solved!!!