Initial Commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using Model.Entity.Data;
|
||||
|
||||
namespace Model.Entity.Parts;
|
||||
|
||||
public class EntityVanguardReplacedModel : IEntityPartInterface
|
||||
{
|
||||
public string Type { get; set; } = "EntityVanguardReplacedModel";
|
||||
public string ImmortalId { get; set; } = DataType.IMMORTAL_Xol;
|
||||
public string ReplacedById { get; set; } = "";
|
||||
}
|
||||
Reference in New Issue
Block a user