mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-04-21 03:29:36 +08:00
删除无用字符
This commit is contained in:
parent
8f13505e15
commit
632f0863dc
@ -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<long, decimal> DamageStats { get; set; } = new Dictionary<long, decimal>();
|
||||
public Dictionary<long, decimal> PhysicalDamageStats { get; set; } = new Dictionary<long, decimal>();
|
||||
public Dictionary<long, decimal> MagicDamageStats { get; set; } = new Dictionary<long, decimal>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user