mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-11 21:38:56 -05:00
fix
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
|
||||
namespace UniVRM10
|
||||
{
|
||||
public class ConstraintException : Exception
|
||||
{
|
||||
public enum ExceptionTypes
|
||||
{
|
||||
NoSource,
|
||||
NoModelWithModelSpace
|
||||
}
|
||||
|
||||
public readonly ExceptionTypes Type;
|
||||
|
||||
public ConstraintException(ExceptionTypes type)
|
||||
{
|
||||
Type = type;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 13be84b73aeb40641978e083c750590d
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user