基础内容11 - SAVE LOAD EXPORT
This commit is contained in:
13
Assets/Scripts/Base/ProjectFiles/EditorSettings.cs
Normal file
13
Assets/Scripts/Base/ProjectFiles/EditorSettings.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using Ichni.RhythmGame;
|
||||
using Ichni.RhythmGame.Beatmap;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Ichni
|
||||
{
|
||||
public class EditorSettings
|
||||
{
|
||||
public int autoSaveInterval = 300;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user