using System.Collections; using System.Collections.Generic; using Godot; using System; using System.Threading.Tasks; namespace Rokojori.Tools { public class GLTFImageReference { public string uri; } }