mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
chore: add raii, tables code from OtterGui into new Dalamud.Interface assembly
This commit is contained in:
parent
e0d4e60aad
commit
6bf1376515
22 changed files with 1356 additions and 0 deletions
6
Dalamud.Interface/InterfaceHelpers.cs
Normal file
6
Dalamud.Interface/InterfaceHelpers.cs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
namespace Dalamud.Interface;
|
||||
|
||||
public static class InterfaceHelpers
|
||||
{
|
||||
public static float GlobalScale = 1.0f;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue