mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-05-25 05:40:21 -04:00
Fix Tuanjie detection
This commit is contained in:
parent
f077064a6a
commit
0cc74b8c12
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user