using System;
using UnityEngine;
public class ResourceSource : MonoBehaviour
{
[SerializeReference]
public Resource Resource;
}