rj-action-library/Tools/gltf-export/gltf-file/GLTFImageReference.cs

17 lines
215 B
C#
Raw Normal View History

2025-07-15 09:30:35 +00:00
using System.Collections;
using System.Collections.Generic;
using Godot;
using System;
using System.Threading.Tasks;
namespace Rokojori.Tools
{
public class GLTFImageReference
{
public string uri;
}
}