TwilightRaven
Member
So I'm trying to make an airship. I want it to inherit from Drake class for the "canfly" and from the LargeBoat class to make it look and act like a boat. My problem is, C# doesn't allow multiple inheritance. Anybody have any ideas?