mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-11 13:04:17 -05:00
12 lines
239 B
C#
12 lines
239 B
C#
using System;
|
|
|
|
|
|
namespace UniGLTF
|
|
{
|
|
[Serializable]
|
|
public partial class glTFNode_extensions : ExtensionsBase<glTFNode_extensions> { }
|
|
|
|
[Serializable]
|
|
public partial class glTFNode_extra : ExtraBase<glTFNode_extra> { }
|
|
}
|