1
This commit is contained in:
@@ -11,7 +11,7 @@ using UnityEngine;
|
||||
namespace BITFALL.Entities.Armor
|
||||
{
|
||||
[CustomType(typeof(IArmor))]
|
||||
public class EntityArmor : EntityComponent,IArmor
|
||||
public class EntityArmor : EntityBehavior,IArmor
|
||||
{
|
||||
private int _armor;
|
||||
public int Armor
|
||||
|
Reference in New Issue
Block a user