20 lines
251 B
C#
20 lines
251 B
C#
8 months ago
|
using System.Collections.Generic;
|
||
|
using UnityEngine;
|
||
|
|
||
|
namespace NaughtyAttributes.Test
|
||
|
{
|
||
|
public class _NaughtyComponent : MonoBehaviour
|
||
|
{
|
||
|
}
|
||
|
|
||
|
[System.Serializable]
|
||
|
public class MyClass
|
||
|
{
|
||
|
}
|
||
|
|
||
|
[System.Serializable]
|
||
|
public struct MyStruct
|
||
|
{
|
||
|
}
|
||
|
}
|