9 lines
116 B
C#
9 lines
116 B
C#
namespace Wave
|
|
{
|
|
public enum SpawnDistribution
|
|
{
|
|
Uniform,
|
|
Random,
|
|
DiskRandom
|
|
}
|
|
} |