You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
311 B
12 lines
311 B
using Model.Entity.Data; |
|
|
|
namespace Model.Entity.Parts; |
|
|
|
public class EntityVanguardAddedModel : IEntityPartInterface |
|
{ |
|
public string Type { get; set; } = "EntityVanguardAddedModel"; |
|
|
|
public string ImmortalId { get; set; } = DataType.IMMORTAL_Ajari; |
|
|
|
public string ReplaceId { get; set; } = ""; |
|
} |