C# classes in JS

Ok, so I got some C# files, and I want to use their classes in JS, but it keeps on telling me that the C# classes don’t denote a valid type when I use them in JS, however if I use for example the MouseLook C# script, and I use that class in JS, it works, anyone know why?

–Eric

Ok, thanks!