forked from Shardstone/trail-into-darkness
First commit on my server, yey!
This commit is contained in:
7
Assets/Code/Platform/DesktopPlatformSettings.cs
Normal file
7
Assets/Code/Platform/DesktopPlatformSettings.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Nox.Platform {
|
||||
[CreateAssetMenu(fileName = "DesktopPlatformSettings", menuName = "Nox/Database/Platform/DesktopPlatformSettings")]
|
||||
public class DesktopPlatformSettings : PlatformSettings {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user