Skip to content

Instantly share code, notes, and snippets.

View CoffeeVampir3's full-sized avatar

Z CoffeeVampir3

View GitHub Profile
using System;
using System.Collections.Generic;
using UnityEngine;
using UnityEditor;
using System.Linq;
using System.Reflection;
namespace BW {
[CustomPropertyDrawer(typeof(ExpandSO)), CanEditMultipleObjects]
public class ExpandSOPropDrawer : PropertyDrawer {