mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-13 12:14:18 +01:00
8 lines
165 B
C#
8 lines
165 B
C#
using Vector4 = FFXIVClientStructs.FFXIV.Common.Math.Vector4;
|
|
|
|
namespace Glamourer.GameData;
|
|
|
|
public struct DecalParameters
|
|
{
|
|
public Vector4 Color;
|
|
}
|