removed a ton of xml comments and such
This commit is contained in:
@@ -2,11 +2,7 @@ using System;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Jovian.EncounterSystem {
|
||||
/// <summary>
|
||||
/// Marker attribute instructing the editor to render a concrete-type picker for a
|
||||
/// <c>[SerializeReference]</c> field (or list/array element). The drawer scans the declared
|
||||
/// base type's assembly for non-abstract implementations and offers them in a dropdown.
|
||||
/// </summary>
|
||||
/// <summary>Renders a concrete-type picker dropdown for a <c>[SerializeReference]</c> field.</summary>
|
||||
[AttributeUsage(AttributeTargets.Field, AllowMultiple = false)]
|
||||
public class SubclassSelectorAttribute : PropertyAttribute {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user