7 lines
131 B
C#
7 lines
131 B
C#
namespace Assets.Common
|
|
{
|
|
public class CommonSiteProperties
|
|
{
|
|
public const string Height = "Common.Height";
|
|
}
|
|
} |