12 lines
109 B
C#
12 lines
109 B
C#
using System;
|
|
|
|
namespace AmplifyBloom
|
|
{
|
|
public enum MainThresholdSizeEnum
|
|
{
|
|
Full,
|
|
Half,
|
|
Quarter
|
|
}
|
|
}
|