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