public ImportExportScreen(EmbodyContext context, IEmbody embody, IWorldScaleModule worldScale, ISnugModule snug) : base(context) { _embody = embody; _worldScale = worldScale; _snug = snug; }
public SnugAutoSetup(Atom containingAtom, ISnugModule snug) { _containingAtom = containingAtom; _snug = snug; }
public ActivateWithoutSnugStep(IEmbody embody, ISnugModule snug) { _embody = embody; _snug = snug; }
// ReSharper restore InconsistentNaming IdentifierTypo public SnugSettingsScreen(EmbodyContext context, ISnugModule snug) : base(context) { _snug = snug; }