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