[add] Engine
This commit is contained in:
8
assets/Script/Engine/Component/UIPanel/UIManager.ts
Normal file
8
assets/Script/Engine/Component/UIPanel/UIManager.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
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[]>();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user