additional package setup

This commit is contained in:
2025-11-16 18:31:17 -05:00
parent 3da42beb46
commit 2ca8077013
55 changed files with 1746 additions and 12 deletions

View File

@@ -0,0 +1,7 @@
using System;
///<summary>
/// Indicates a variable should only be assigned to in the inspector. Also allowed are field initializers and assignment in unity's Reset method.
/// Requires Boxfriend.Analyzers to function.
///</summary>
public class InspectorOnlyAttribute : Attribute { }