Update
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Invector.Utils
|
||||
{
|
||||
public class vComment : MonoBehaviour
|
||||
{
|
||||
#if UNITY_EDITOR
|
||||
[SerializeField] protected string header = "COMMENT";
|
||||
[Multiline]
|
||||
[SerializeField] protected string comment;
|
||||
|
||||
[SerializeField] protected bool inEdit;
|
||||
|
||||
#endif
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user