9 lines
107 B
C#
9 lines
107 B
C#
|
using System;
|
||
|
namespace UnityEngine
|
||
|
{
|
||
|
[Serializable]
|
||
|
public abstract class SerializableBehaviour
|
||
|
{
|
||
|
}
|
||
|
}
|