8 lines
242 B
TypeScript
Raw Normal View History

2022-08-26 16:48:17 +08:00
import { Action } from "../../CatanEngine/CSharp/System/Action";
export class UIManager {
public static readonly ScreenScale = 0.58;
/**橫直切換監聽 */
public static readonly DireEvent: Action<any[]> = new Action<any[]>();
}