mirror of
https://github.com/DerTyp7/industrialize-unity.git
synced 2025-11-01 13:52:31 +01:00
8 lines
94 B
C#
8 lines
94 B
C#
using UnityEngine;
|
|
|
|
public class ItemObject : ScriptableObject
|
|
{
|
|
public ItemSO itemSO;
|
|
|
|
}
|