9 lines
84 B
C#
9 lines
84 B
C#
namespace ProCore.Decals
|
|
{
|
|
public enum Placement
|
|
{
|
|
Fixed = 0,
|
|
Random = 1
|
|
}
|
|
}
|