Updating Mudblazor Version
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
using Model.Entity.Types;
|
||||
using Model.Types;
|
||||
|
||||
namespace Model.Entity.Parts;
|
||||
|
||||
public class EntityWeaponModel : IEntityPartInterface
|
||||
{
|
||||
public int Id { get; set; } = 1;
|
||||
public int EntityModelId { get; set; }
|
||||
public string EntityModelId { get; set; } = "EntityWeaponModel";
|
||||
public virtual EntityModel EntityModel { get; set; }
|
||||
|
||||
public int Range { get; set; } = 40;
|
||||
@@ -17,7 +16,7 @@ public class EntityWeaponModel : IEntityPartInterface
|
||||
public float Charges { get; set; } = 0;
|
||||
|
||||
public int Damage { get; set; } = 0;
|
||||
|
||||
|
||||
public string ComplexDamage { get; set; } = "deals 126 over 6 seconds";
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user