removed a ton of xml comments and such
This commit is contained in:
@@ -3,11 +3,7 @@ using UnityEditor;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Jovian.EncounterSystem.Editor {
|
||||
/// <summary>
|
||||
/// Draws each <see cref="Encounter"/> list element with its <see cref="EncounterDefinition.id"/>
|
||||
/// as the foldout label (falling back to <c>name</c>, then the default element label).
|
||||
/// Children are iterated manually to avoid recursing into this drawer.
|
||||
/// </summary>
|
||||
/// <summary>Label list elements with the encounter id (fallback: name, then default).</summary>
|
||||
[CustomPropertyDrawer(typeof(Encounter))]
|
||||
public class EncounterDrawer : PropertyDrawer {
|
||||
private const string DefinitionBackingField = "<EncounterDefinition>k__BackingField";
|
||||
|
||||
Reference in New Issue
Block a user