This commit is contained in:
@@ -20,7 +20,7 @@ public interface IHitData
|
||||
/// <summary>
|
||||
/// The base power of the hit.
|
||||
/// </summary>
|
||||
byte BasePower { get; }
|
||||
ushort BasePower { get; }
|
||||
|
||||
/// <summary>
|
||||
/// The effectiveness of the hit.
|
||||
@@ -55,7 +55,7 @@ public record HitData : IHitData
|
||||
public bool IsCritical { get; internal set; }
|
||||
|
||||
/// <inheritdoc />
|
||||
public byte BasePower { get; internal set; }
|
||||
public ushort BasePower { get; internal set; }
|
||||
|
||||
/// <inheritdoc />
|
||||
public float Effectiveness { get; internal set; }
|
||||
|
||||
Reference in New Issue
Block a user