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;
|
||||
|
||||
Reference in New Issue
Block a user