[add] Engine

This commit is contained in:
2022-08-26 16:48:17 +08:00
parent f67e566f2a
commit d9c19f096c
197 changed files with 10626 additions and 0 deletions

View 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[]>();
}