Added Human parts
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
using WaifuCellar.Parts;
|
||||
|
||||
namespace WaifuCellar.Characters;
|
||||
|
||||
public class Character : Part {
|
||||
@@ -14,7 +16,7 @@ public class Character : Part {
|
||||
[Attribute] public int Agility { get; set; }
|
||||
[State] public int Equilibrium { get; set; }
|
||||
//Only for this part
|
||||
public override List<IBuff> Buffs { get; set; } = new();
|
||||
public override List<IBuff> Buffs { get; set; } = [];
|
||||
public override Part? ParentPart { get; set; }
|
||||
public override List<Part> AttachedParts { get; set; } = new();
|
||||
public override List<Part> AttachedParts { get; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user