This commit is contained in:
2026-04-25 23:37:10 +02:00
commit 19d6bd934a
476 changed files with 9198 additions and 0 deletions
@@ -0,0 +1,11 @@
using System;
using UnityEngine;
namespace RPGCoreCommon.Helpers.PropertyAttributeDrawers
{
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
public class LayerAttribute : PropertyAttribute
{
}
}
@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 3349d2cb583b4a56805895c7eb808a72
timeCreated: 1762713403
@@ -0,0 +1,11 @@
using System;
using UnityEngine;
namespace RPGCoreCommon.Helpers.PropertyAttributeDrawers
{
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
public class LayerMaskAttribute : PropertyAttribute
{
}
}
@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: cfd2f0c410cf43b38901fd4bc70bb606
timeCreated: 1762714485
@@ -0,0 +1,11 @@
using UnityEngine;
namespace RPGCoreCommon.Helpers.PropertyAttributeDrawers
{
public class ReadOnlyAttribute : PropertyAttribute
{
public ReadOnlyAttribute(bool applyToCollection = false) : base(applyToCollection)
{
}
}
}
@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 544dc97fbe8f4c258ef3a72e450297eb
timeCreated: 1764603113
@@ -0,0 +1,9 @@
using UnityEngine;
namespace RPGCoreCommon.Helpers.PropertyAttributeDrawers
{
public class SerializeReferenceHelperAttribute : PropertyAttribute
{
}
}
@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 67561284ae71463fbd4a1ec370d0fafd
timeCreated: 1773956312