update
This commit is contained in:
@@ -2,9 +2,9 @@ using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using Ichni.Menu;
|
||||
using Ichni.RhythmGame;
|
||||
using Ichni.UI;
|
||||
using Sirenix.OdinInspector;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Ichni
|
||||
{
|
||||
@@ -25,9 +25,5 @@ namespace Ichni
|
||||
instance = this;
|
||||
}
|
||||
|
||||
public ChapterSelectionUnit GetChapterByName(string chapterName)
|
||||
{
|
||||
return chapters.Find(chapter => chapter.chapterName == chapterName);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user