mirror of
https://github.com/DerTyp7/industrialize-unity.git
synced 2025-10-30 12:57:11 +01:00
a
This commit is contained in:
7
Assets/Scripts/Items/ItemObject.cs
Normal file
7
Assets/Scripts/Items/ItemObject.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class ItemObject : ScriptableObject
|
||||
{
|
||||
public ItemSO itemSO;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user