Added base parts
This commit is contained in:
7
Parts/Base/Eye.cs
Normal file
7
Parts/Base/Eye.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace WaifuCellar.Parts.Base;
|
||||
|
||||
public class Eye : Part {
|
||||
public override List<IBuff> Buffs { get; set; } = new();
|
||||
public override Part? ParentPart { get; set; }
|
||||
public override List<Part> AttachedParts { get; set; } = new();
|
||||
}
|
||||
Reference in New Issue
Block a user