Start of data comparison tables
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Model.Entity.Parts;
|
||||
public class EntityWeaponModel : IEntityPartInterface
|
||||
{
|
||||
public int Id { get; set; } = 1;
|
||||
public string EntityModelId { get; set; } = "EntityWeaponModel";
|
||||
public int EntityModelId { get; set; }
|
||||
public virtual EntityModel EntityModel { get; set; }
|
||||
|
||||
public int Range { get; set; } = 40;
|
||||
|
||||
@@ -2,5 +2,4 @@
|
||||
|
||||
public class IEntityPartInterface
|
||||
{
|
||||
public string EntityModelId { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user