mirror of
https://github.com/DerTyp7/harvestdale-unity.git
synced 2025-10-29 12:52:07 +01:00
added basic inventory system
This commit is contained in:
18
Assets/Items/Apple.asset
Normal file
18
Assets/Items/Apple.asset
Normal file
@@ -0,0 +1,18 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 46a784de2d881964e8ee1583a44b5720, type: 3}
|
||||
m_Name: Apple
|
||||
m_EditorClassIdentifier:
|
||||
uuid: apple
|
||||
itemName: Apple
|
||||
stackable: 1
|
||||
maxStackSize: 100
|
||||
Reference in New Issue
Block a user