Add assets
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Cainos.LucidEditor
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property | AttributeTargets.Method)]
|
||||
public class ReadOnlyAttribute : Attribute { }
|
||||
}
|
||||
Reference in New Issue
Block a user