Files
trail-into-darkness-demo/Assets/Code/Platform/DesktopPlatformSettings.cs
2026-05-19 15:52:04 +02:00

8 lines
235 B
C#

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