mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
14 lines
426 B
C#
14 lines
426 B
C#
using AssetRipper.SourceGenerated.Enums;
|
|
using AssetRipper.SourceGenerated.Subclasses.ParticleSystemForceFieldParameters;
|
|
|
|
namespace AssetRipper.SourceGenerated.Extensions
|
|
{
|
|
public static class ParticleSystemForceFieldParametersExtensions
|
|
{
|
|
public static ParticleSystemForceFieldShape GetShape(this IParticleSystemForceFieldParameters parameters)
|
|
{
|
|
return (ParticleSystemForceFieldShape)parameters.Shape;
|
|
}
|
|
}
|
|
}
|