function WallPiece() {} WallPiece.prototype.Schema = "" + "" + "" + "" + "" + ""; WallPiece.prototype.Init = function() { }; Engine.RegisterComponentType(IID_WallPiece, "WallPiece", WallPiece);