Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Model.Immortal.Types;
|
||||
|
||||
namespace Model.Immortal.Entity.Parts;
|
||||
|
||||
public class EntityVanguardReplacedModel : IEntityPartInterface {
|
||||
public string Type { get; set; } = "EntityVanguardReplacedModel";
|
||||
public string Immortal { get; set; } = ImmortalType.Ajari;
|
||||
public string ReplacedBy { get; set; } = "";
|
||||
}
|
||||
Reference in New Issue
Block a user