Add readonly where it is missing and fix those field names according to their modifiers (#2589)
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Content.Server.AI.Utility.Actions.Clothing.Shoes
|
||||
{
|
||||
public sealed class EquipShoes : UtilityAction
|
||||
{
|
||||
private IEntity _entity;
|
||||
private readonly IEntity _entity;
|
||||
|
||||
public EquipShoes(IEntity owner, IEntity entity, float weight) : base(owner)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user