forked from Shardstone/trail-into-darkness
8 lines
235 B
C#
8 lines
235 B
C#
using UnityEngine;
|
|
|
|
namespace Nox.Platform {
|
|
[CreateAssetMenu(fileName = "DesktopPlatformSettings", menuName = "Nox/Database/Platform/DesktopPlatformSettings")]
|
|
public class DesktopPlatformSettings : PlatformSettings {
|
|
}
|
|
}
|