From baedfbee87d6237e81d5d8e1836f8aad3567c2b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=97=E6=B2=A2=E5=93=8D=E4=B9=9F?= <72963826+Hibiya615@users.noreply.github.com> Date: Tue, 18 Mar 2025 22:10:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=80=E7=82=B9=E5=9E=83?= =?UTF-8?q?=E5=9C=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05-Eden/Normal/E1n.cs | 3 +-- 05-Eden/Normal/E8n.cs | 6 ++++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 05-Eden/Normal/E8n.cs diff --git a/05-Eden/Normal/E1n.cs b/05-Eden/Normal/E1n.cs index 0d76f02..4820ef7 100644 --- a/05-Eden/Normal/E1n.cs +++ b/05-Eden/Normal/E1n.cs @@ -18,8 +18,7 @@ using ECommons.MathHelpers; namespace E1n; [ScriptType(guid: "35c751e5-2958-4f55-b783-405b4acfde1b", name: "E1N", territorys: [849], - version: "0.0.0.11" + - "", author: "Tetora", note: noteStr)] + version: "0.0.0.11", author: "Tetora", note: noteStr)] public class E1n { diff --git a/05-Eden/Normal/E8n.cs b/05-Eden/Normal/E8n.cs new file mode 100644 index 0000000..6f2a71f --- /dev/null +++ b/05-Eden/Normal/E8n.cs @@ -0,0 +1,6 @@ +namespace The_Navel___EX._05_Eden.Normal; + +public class E8n +{ + +} \ No newline at end of file