mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
10 lines
195 B
C#
10 lines
195 B
C#
namespace AssetRipper.SourceGenerated.Extensions;
|
|
|
|
public static class UnityVersionExtensions
|
|
{
|
|
extension(UnityVersion)
|
|
{
|
|
public static UnityVersion V_2022 => new UnityVersion(2022);
|
|
}
|
|
}
|