Update Main.cs

This commit is contained in:
Lexxy Wolfgang
2025-06-15 04:48:30 -04:00
committed by GitHub
parent 135fe5deda
commit 85ef66b2de

View File

@@ -26,6 +26,7 @@ namespace LWGlass.Client
get => _glassTransparency;
set => _glassTransparency = value;
}
private static float _glassTransparency = 15;
private int previousSizeX;
private int previousSizeZ;