mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-08-30 00:24:16 -04:00
Fix Tuanjie detection
This commit is contained in:
@ -27,7 +27,7 @@ namespace AssetStudio
|
||||
public bool IsAlpha => BuildType == BuildTypes.Alpha;
|
||||
public bool IsBeta => BuildType == BuildTypes.Beta;
|
||||
public bool IsPatch => BuildType == BuildTypes.Patch;
|
||||
public bool IsTuanjie => BuildType == BuildTypes.Tuanjie;
|
||||
public bool IsTuanjie => BuildType == BuildTypes.Tuanjie && this >= (2022, 3);
|
||||
|
||||
public UnityVersion(string version)
|
||||
{
|
||||
|
Reference in New Issue
Block a user