From 4c0dc01e3771a13fd528f3268f226e4a5483c6df Mon Sep 17 00:00:00 2001 From: soul2 <1052986332@qq.com> Date: Fri, 24 Feb 2023 21:23:11 +0800 Subject: [PATCH] =?UTF-8?q?jass=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maps/src/constant/core.j | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 maps/src/constant/core.j diff --git a/maps/src/constant/core.j b/maps/src/constant/core.j new file mode 100644 index 0000000..cf289d1 --- /dev/null +++ b/maps/src/constant/core.j @@ -0,0 +1,19 @@ +/** + * 基础建设。 + * + * @author Soul2 + * @date 2023-2-24 21:00 + * @version 1.0.0 +*/ + +// defines +#define int integer +#define float real +#define bool boolean +// **************** + +// globals +globals + string game_map_name = "进攻与防御" +endglobals +// end globals