From 632f0863dcbc10089dad12edc6c4c9ce11b7ea6b Mon Sep 17 00:00:00 2001 From: yeziuku <53083103+yeziuku@users.noreply.github.com> Date: Tue, 24 Oct 2023 17:04:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E5=AD=97?= =?UTF-8?q?=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Entity/Statistics/UserStatistics.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Entity/Statistics/UserStatistics.cs b/Entity/Statistics/UserStatistics.cs index 3572133..a806a57 100644 --- a/Entity/Statistics/UserStatistics.cs +++ b/Entity/Statistics/UserStatistics.cs @@ -10,7 +10,7 @@ namespace Milimoe.FunGame.Core.Entity */ public long Id => User?.Id ?? 0L; - public User? User { get; } + public User User { get; } public Dictionary DamageStats { get; set; } = new Dictionary(); public Dictionary PhysicalDamageStats { get; set; } = new Dictionary(); public Dictionary MagicDamageStats { get; set; } = new Dictionary();