using System.Collections; using System.Collections.Generic; using UnityEngine; public static class SDConstants { #region UI public const float DESIGN_HEIGHT = 1334f; public const float DESIGN_WIDTH = 750f; public const float TAB_BAR_HEIGHT = 106f; #endregion }