Skip to content

Commit

Permalink
Add Deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
DueDine committed Feb 17, 2025
1 parent 81722bc commit 7ad3cf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dawntrail/Yuweyawata_Field_Station.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace KDrawScript.Dev
{

[ScriptType(name: "Yuweyawata Field Station 废弃据点玉韦亚瓦塔实验站", territorys: [1242], guid: "6b354054-8066-4717-85b0-5ee7d44273a5", version: "0.0.0.3", author: "Due")]
[ScriptType(name: "Yuweyawata Field Station 废弃据点玉韦亚瓦塔实验站 (Deprecated)", territorys: [1242], guid: "6b354054-8066-4717-85b0-5ee7d44273a5", version: "0.0.0.3", author: "Due")]
public class Yuweyawata
{

Expand Down
2 changes: 2 additions & 0 deletions Script/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ def parse(folder):
matches = pattern.findall(content)
for match in matches:
name, guid, version, author = match
if "Deprecated" in name:
continue
entry = {
"Name": name,
"Guid": guid,
Expand Down

0 comments on commit 7ad3cf8

Please sign in to comment.