This commit is contained in:
CortexCore
2024-03-29 00:58:24 +08:00
parent 967ad8eacf
commit 05315ef4a8
232 changed files with 53368 additions and 8539 deletions

View File

@@ -14,7 +14,7 @@ namespace MagicaCloth2
[SerializeField]
private Texture2D image = null;
public const string MagicaClothVersion = "2.5.2";
public const string MagicaClothVersion = "2.6.0";
public static AboutMenu AboutWindow { get; set; }
private const float windowWidth = 300;