mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-11 02:14:36 +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;
|
|
}
|