fixes
This commit is contained in:
@ -6,7 +6,7 @@ namespace Item
|
||||
{
|
||||
[RequireComponent(typeof(Collider))]
|
||||
[RequireComponent(typeof(Rigidbody))]
|
||||
public abstract class CarryableItem : NetworkBehaviour
|
||||
public abstract class CarryableItem : MonoBehaviour
|
||||
{
|
||||
[SerializeField] private string itemName;
|
||||
|
||||
|
Reference in New Issue
Block a user