Skip to content

Commit 026ed0f

Browse files
author
REME
committed
2026-04-15 纠错
1 parent b862dfa commit 026ed0f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Basics/01 - 环境配置/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public class Entry
147147
harmony.PatchAll();
148148
// 使得tscn可以加载自定义脚本
149149
ScriptManagerBridge.LookupScriptsInAssembly(typeof(Entry).Assembly);
150-
Log.Debug("Mod initialized!");
150+
Log.Info("Mod initialized!");
151151
}
152152
}
153153

Basics/03 - BaseLib接口/01 - 添加卡牌/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public class TestCard : TestCardModel
102102
你也可以通过新增一个`abstract`类,避免每张卡都写一遍卡图路径,并且方便管理一些自定义功能。
103103

104104
```csharp
105-
public abstract class TestCardModel : CardModel
105+
public abstract class TestCardModel : CustomCardModel
106106
{
107107
public override string PortraitPath => $"res://test/images/cards/{GetType().Name}.png";
108108

0 commit comments

Comments
 (0)