11 lines
126 B
C#
11 lines
126 B
C#
using UnityEngine;
|
|
|
|
namespace RootMotion
|
|
{
|
|
public class Comments : MonoBehaviour
|
|
{
|
|
[Multiline]
|
|
public string text;
|
|
}
|
|
}
|