mirror of
https://github.com/ConjureETS/Unity_Utils.git
synced 2026-03-24 04:50:58 +00:00
11 lines
215 B
C#
11 lines
215 B
C#
using Sirenix.OdinInspector;
|
|
using UnityEngine;
|
|
|
|
namespace JohnsonUtils.Common
|
|
{
|
|
[CreateAssetMenu(menuName = "Settings/Game Settings")]
|
|
public class GameSettings : ScriptableObject
|
|
{
|
|
|
|
}
|
|
} |