init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Sirenix.OdinInspector;
|
||||
|
||||
namespace VOID.Generic.DynamicValue
|
||||
{
|
||||
[HideLabel]
|
||||
[HideReferenceObjectPicker]
|
||||
public class MarkerDummyString
|
||||
{
|
||||
[ShowInInspector, ReadOnly, HideLabel] private readonly string _str;
|
||||
public MarkerDummyString(string str) => _str = str;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user