2023-01-14 11:31:39 -05:00

14 lines
444 B
C#

using AssetRipper.SourceGenerated.Subclasses.ValueConstant;
using AnimatorControllerParameterType = AssetRipper.SourceGenerated.Enums.AnimatorControllerParameterType_1;
namespace AssetRipper.SourceGenerated.Extensions
{
public static class ValueConstantExtensions
{
public static AnimatorControllerParameterType GetTypeValue(this IValueConstant valueConstant)
{
return (AnimatorControllerParameterType)valueConstant.Type;
}
}
}