Shadow, zak made a point of doing an extra tutorial recently covering interfaces, he had already done so in the twin stick shooter tutorial. Pretty much, interfaces are just a safer and easier way of executing functions on any class that has that interface you are checking for, and it wont ever run on any that doesnt…