9 lines
125 B (Stored with Git LFS)
C#
9 lines
125 B (Stored with Git LFS)
C#
using UnityEngine;
|
|
|
|
namespace SoulGames.Utilities
|
|
{
|
|
public class ReadOnlyAttribute : PropertyAttribute
|
|
{
|
|
|
|
}
|
|
} |