8 lines
114 B
C#
8 lines
114 B
C#
|
namespace Pinwheel.Griffin
|
||
|
{
|
||
|
public enum GSplatsModel
|
||
|
{
|
||
|
Splats4, Splats4Normals4, Splats8
|
||
|
}
|
||
|
}
|