유니티 셋팅
This commit is contained in:
11
Assets/MeshBaker/scripts/MB3_Comment.cs
Normal file
11
Assets/MeshBaker/scripts/MB3_Comment.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using UnityEngine;
|
||||
using System.Collections;
|
||||
|
||||
namespace DigitalOpus.MB.Core
|
||||
{
|
||||
public class MB3_Comment : MonoBehaviour
|
||||
{
|
||||
[Multiline]
|
||||
public string comment;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user