public class Ingame_DungeonResult : MonoBehaviourSingletonTemplate<Ingame_DungeonResult>
{
public DungeonResultBase[] dungeonResults;
public void Show_Result(bool? win)
dungeonResults[MyValue.MyChoiceMapData.Get_DungeonIndex()].Set(win);
}