mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
6 lines
118 B
C#
6 lines
118 B
C#
namespace Dalamud.Interface;
|
|
|
|
public static class InterfaceHelpers
|
|
{
|
|
public static float GlobalScale = 1.0f;
|
|
}
|