Files

12 lines
106 B
C#
Raw Permalink Normal View History

2025-01-25 04:38:09 +08:00
using System;
namespace AmplifyBloom
{
public enum ApertureShape
{
Square,
Hexagon,
Octagon
}
}