7 lines
126 B
C#
7 lines
126 B
C#
namespace Needle.Engine.ProjectBundle
|
|
{
|
|
public static class Constants
|
|
{
|
|
public const string Extension = ".npmdef";
|
|
}
|
|
} |