using UnityEngine; namespace Nox.Platform { [CreateAssetMenu(fileName = "DesktopPlatformSettings", menuName = "Nox/Database/Platform/DesktopPlatformSettings")] public class DesktopPlatformSettings : PlatformSettings { } }