Пример #1
0
 void DrawString(StringBuildSettingEntry entry)
 {
     EditorGUILayout.LabelField(entry.Value);
 }
 public StringBuildSettingEntry(StringBuildSettingEntry other)
     : base(other)
 {
     Value = other.Value;
 }