Skip to content

Instantly share code, notes, and snippets.

View Vilyx's full-sized avatar

Mikhail Nikitin Vilyx

View GitHub Profile
using System;
using UnityEngine;
[AttributeUsage(AttributeTargets.Field)]
public class MinMaxSliderAttribute : PropertyAttribute
{
public readonly float max;
public readonly float min;