18 lines
243 B
C#
18 lines
243 B
C#
![]() |
using System.Collections;
|
||
|
using System.Collections.Generic;
|
||
|
using Godot;
|
||
|
using System;
|
||
|
using System.Threading.Tasks;
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
namespace Rokojori.Tools
|
||
|
{
|
||
|
public class GLTFBufferReference
|
||
|
{
|
||
|
public int byteLength;
|
||
|
public string uri;
|
||
|
}
|
||
|
}
|