mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-04-22 03:59:35 +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 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> DamageStats { get; set; } = new Dictionary<long, decimal>();
|
||||||
public Dictionary<long, decimal> PhysicalDamageStats { 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>();
|
public Dictionary<long, decimal> MagicDamageStats { get; set; } = new Dictionary<long, decimal>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user