12 lines
191 B
C#
Raw Normal View History

2025-04-18 19:18:15 +08:00
using UnityEngine;
using System.Collections;
namespace DigitalOpus.MB.Core
{
public class MB3_Comment : MonoBehaviour
{
[Multiline]
public string comment;
}
}