Tanoda
pb_JsonIgnoreAttribute.cs
Go to the documentation of this file.
1using UnityEngine;
2using System;
3
5{
9 [AttributeUsage(AttributeTargets.All, AllowMultiple = true, Inherited = true)]
10 public class pb_JsonIgnoreAttribute : Attribute {}
11}