Add Alot of stuff, Computer, repairStation, Whole game, Many things!
This commit is contained in:
11
UIElementsSchema/Assets/ItemsToSell/ObjectSO.cs
Normal file
11
UIElementsSchema/Assets/ItemsToSell/ObjectSO.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
[CreateAssetMenu()]
|
||||
public class ObjectSO : ScriptableObject {
|
||||
|
||||
public Transform prefab;
|
||||
public string objectName;
|
||||
public float basePrice;
|
||||
}
|
||||
Reference in New Issue
Block a user