using System;
using System.Collections.Generic;

public class SceneMainMenuWithChubLip : WfScreenManager
{
	protected override void SettingChildrenList(Dictionary<string, WfScreenChildren> children_dic)
	{
	}
}