mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-14 06:19:47 -05:00
未実装であることが分かるように修正
This commit is contained in:
parent
05d7c1d8ea
commit
9589cb145f
|
|
@ -7,7 +7,10 @@ namespace UniGLTF
|
|||
{
|
||||
public NullableSerialization(Type t, string path, JsonSchemaAttribute attr, string prefix)
|
||||
{
|
||||
|
||||
if (t != typeof(int))
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
|
||||
public Type ValueType => typeof(Int32);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user