8 lines
151 B
C#
8 lines
151 B
C#
namespace Pinwheel.Griffin.StampTool
|
|
{
|
|
public enum GStampOperation
|
|
{
|
|
Add, Subtract, ReverseSubtract, Max, Min, Lerp, Different
|
|
}
|
|
}
|