Fix more typing
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
namespace RPGLibrary.Implementation
|
||||
{
|
||||
public record StrengthAttackData(ICharacter Source, StrengthAttribute Strength)
|
||||
: AttackData(Source, Strength);
|
||||
public record StrengthAttackData(ICharacter Source, StrengthAttribute Strength) : AttackData(Source, Strength);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user