- using System;
- public class SceneMainMenuWithChubLipMain : WfScreenChildren
- {
- protected override void OnCall()
- {
- }
- public static string BackUpSelectMaidGUID = string.Empty;
- public static float BackUpBarValue = 0f;
- public static bool BackUpRightPanelVisible = false;
- }
|