forked from Shardstone/trail-into-darkness
First commit on my server, yey!
This commit is contained in:
11
Assets/Code/Platform/PlatformSettings.cs
Normal file
11
Assets/Code/Platform/PlatformSettings.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Nox.Game;
|
||||
using Nox.Input;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Nox.Platform {
|
||||
public abstract class PlatformSettings : ScriptableObject {
|
||||
public DevicePlatform devicePlatform;
|
||||
public InputSettings inputSettings;
|
||||
public GameObject cameraPrefab;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user