From 2ad3844d108bf8c8b4172726b60c970f334a7a8f Mon Sep 17 00:00:00 2001 From: milimoe Date: Sun, 15 Sep 2024 23:50:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Library/Tests/FunGame.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Library/Tests/FunGame.cs b/Library/Tests/FunGame.cs index cd0ddd5..6beb265 100644 --- a/Library/Tests/FunGame.cs +++ b/Library/Tests/FunGame.cs @@ -104,9 +104,9 @@ namespace Milimoe.FunGame.Testing.Tests character9, character10, character11, character12 ]; - int clevel = 60; - int slevel = 6; - int mlevel = 8; + int clevel = 25; + int slevel = 3; + int mlevel = 4; // 升级和赋能 for (int index = 0; index < characters.Count; index++)