7 lines
80 B
C#
7 lines
80 B
C#
namespace Decal.Adapter.Wrappers;
|
|
|
|
public enum D3DTextType
|
|
{
|
|
Text2D,
|
|
Text3D
|
|
}
|