using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Net; using models; using services; using UnityEngine; public class PocketBaseDataRepository : MonoBehaviour { void Start() { Trash t = TrashService.GetTrash("gdnuxl0wlgurtj3"); Debug.Log(t); } // Update is called once per frame void Update() { } }