4 lines
96 B
C#
4 lines
96 B
C#
namespace NobleMuffins.LimbHacker.Guts
|
|
{
|
|
public enum InfillMode { Sloppy, Meticulous };
|
|
} |