Skip to content

Instantly share code, notes, and snippets.

View prnthp's full-sized avatar
👣
i write code when i'm annoyed at things

Pornthep Preechayasomboon prnthp

👣
i write code when i'm annoyed at things
View GitHub Profile
@prnthp
prnthp / Colors.cs
Last active June 10, 2020 02:16 — forked from ZsemberiDaniel/Colors
I heard you needed colors
using System;
using System.Reflection;
using System.Linq;
using System.Collections.Generic;
using UnityEngine;
using UnityEditor;
[InitializeOnLoad]
public static class Colors
{