fixes
This commit is contained in:
parent
130455b9b2
commit
0fbaaf0635
@ -17,10 +17,8 @@ MonoBehaviour:
|
||||
- {fileID: 2567458756038211005, guid: 6e7c21afe51065e4aae8fa80f880f1e5, type: 3}
|
||||
- {fileID: 1069525110278255243, guid: 5e611af8f39b09a4f9b479a29f3460ff, type: 3}
|
||||
- {fileID: 6649839674135743142, guid: 396e7ba93ef9d4147a6a6c09b1abe39d, type: 3}
|
||||
- {fileID: 7886096758448646968, guid: 5a1eee87959b5f24ba6a8d27b8ba733f, type: 3}
|
||||
- {fileID: -5190615940012992767, guid: 52ba61e86784ff5458c6685514d6d6c8, type: 3}
|
||||
- {fileID: -3690528308152583234, guid: 148456ca1eee0994eb0165cb943e8322, type: 3}
|
||||
- {fileID: -5266359988799061826, guid: c20ce53979ccfc34582e98753869a95b, type: 3}
|
||||
- {fileID: 4512293259955182956, guid: 300370bdf7819da41937e0beac65b32c, type: 3}
|
||||
- {fileID: 233110740096973419, guid: e05b94df3e7783a48ac1ed2d12a71774, type: 3}
|
||||
- {fileID: 611616139817875448, guid: bf5f023b4017a5e41a9815ec5745df3d, type: 3}
|
||||
|
@ -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