Jump to content

Illegal Interfaces


Recommended Posts

An interface is a promise between scripts. In theory these cannot actually implement functionality. I say should not because I've found a gap in C# where you can implement functionality in your interfaces.

I actually think this is a bad idea. But it is also a really interesting one. Perhaps we will start a coding guide section and I'll put how I did it in there.

I still suggest you don't do it, as you can't breakpoint, but the fact that it works is fascinating!

Link to comment
Share on other sites

×
×
  • Create New...