13 lines
254 B
C#
13 lines
254 B
C#
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;
|
|
}
|
|
} |