From 642261c0ec8183ba1ba4e5dd590ebcc5611b7587 Mon Sep 17 00:00:00 2001 From: miku-666 <74728189+NessieHax@users.noreply.github.com> Date: Wed, 3 Jul 2024 15:52:55 +0200 Subject: [PATCH] GameConstants - Add reference link --- PCK-Studio/Internal/GameConstants.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/PCK-Studio/Internal/GameConstants.cs b/PCK-Studio/Internal/GameConstants.cs index 08576417..6f055546 100644 --- a/PCK-Studio/Internal/GameConstants.cs +++ b/PCK-Studio/Internal/GameConstants.cs @@ -9,6 +9,7 @@ namespace PckStudio.Internal { internal static class GameConstants { + // See: https://minecraft.fandom.com/wiki/Dye#Color_values for more information. public static readonly Color[] DyeColors = [ Color.FromArgb(0xf9fffe), // White Color.FromArgb(0xf9801d), // Orange