8 lines
92 B
C#
8 lines
92 B
C#
namespace Atomx.Common.Enums
|
|
{
|
|
public enum LocalizedType
|
|
{
|
|
None,
|
|
}
|
|
}
|