Add project files.
This commit is contained in:
8
RPGLibrary.Implementation/StrengthAttackData.cs
Normal file
8
RPGLibrary.Implementation/StrengthAttackData.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using RPGLibrary.Abstraction.Character;
|
||||
|
||||
namespace RPGLibrary.Implementation
|
||||
{
|
||||
public record StrengthAttackData(ICharacter Source, StrengthAttribute Strength)
|
||||
: AttackData(Source, Strength);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user