minesweeper_game/Assets/Editor/ExposePropertyAttribute.cs
2025-03-15 14:30:26 -04:00

8 lines
160 B
C#

using UnityEngine;
using System;
using System.Collections;
[AttributeUsage(AttributeTargets.Property)]
public class ExposePropertyAttribute : Attribute {
}