Skip to content

Commit b7c3887

Browse files
committed
missing these publics
1 parent 826147c commit b7c3887

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/FbxExporters/Editor/InstallIntegration.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,12 +560,12 @@ public override bool FolderAlreadyUnzippedAtPath(string path)
560560
}
561561
}
562562

563-
class MayaLTIntegration : MayaIntegration
563+
public class MayaLTIntegration : MayaIntegration
564564
{
565565
public override string DccDisplayName { get { return "Maya LT"; } }
566566
}
567567

568-
class MaxIntegration : DCCIntegration
568+
public class MaxIntegration : DCCIntegration
569569
{
570570
public override string DccDisplayName { get { return "3Ds Max"; } }
571571

0 commit comments

Comments
 (0)