SceneMainMenuWithChubLipMain.cs 280 B

1234567891011121314
  1. using System;
  2. public class SceneMainMenuWithChubLipMain : WfScreenChildren
  3. {
  4. protected override void OnCall()
  5. {
  6. }
  7. public static string BackUpSelectMaidGUID = string.Empty;
  8. public static float BackUpBarValue = 0f;
  9. public static bool BackUpRightPanelVisible = false;
  10. }