using UnityEngine; namespace EnergyBarToolkit { public class Screen2 { public static int width { get { return Screen.width; } } public static int height { get { return Screen.height; } } } }