additional package setup
This commit is contained in:
@@ -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 { }
|
||||
Reference in New Issue
Block a user