init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using UnityEngine;
|
||||
|
||||
namespace RPGCoreCommon.Settings
|
||||
{
|
||||
/// <summary>
|
||||
/// Extend this to create new type of settings. These will be automatically added to settings editor window.
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public abstract class CustomSettingsSO : ScriptableObject
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user