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>
|
||||
/// Two-row drawer for <see cref="EncounterLink"/>. Row 1 is an asset object-field for the target
|
||||
/// <see cref="EncounterTable"/>; row 2 is a dropdown of encounters inside that table labelled by
|
||||
/// <c>EncounterDefinition.name</c>. Picking a different table clears the stored internalId.
|
||||
/// </summary>
|
||||
/// <summary>Table object-field + encounter dropdown picker. Changing tables clears the id.</summary>
|
||||
[CustomPropertyDrawer(typeof(EncounterLink))]
|
||||
public class EncounterLinkDrawer : PropertyDrawer {
|
||||
private const string NonePlaceholder = "<none>";
|
||||
|
||||
Reference in New Issue
Block a user