Skip to content

Instantly share code, notes, and snippets.

Call: Statement
Current character : 65 (65) at line 1 column 1
Possible string literal matches : { "ACTION", "ADD", "ADVANCE", "ALGORITHM",
"ALL", "ALTER", "AND", "ANY", "AS",
"ASC" }
Current character : 76 (76) at line 1 column 2
Possible string literal matches : { "ALGORITHM", "ALL", "ALTER" }
Current character : 84 (84) at line 1 column 3
Possible string literal matches : { "ALTER" }
Current character : 69 (69) at line 1 column 4
@AnEmortalKid
AnEmortalKid / PropGrid.cs
Created June 11, 2023 19:19
Prop Palette
using System.Collections.Generic;
using System.Linq;
using DontDrown.Prop;
using FullscreenEditor;
using UnityEngine;
#if UNITY_EDITOR
namespace DontDrown.Editor.Props
{
using UnityEditor;