using UnityEngine; namespace OnDeviceAgent.AgentCore { // Renders a string field masked (••••) in the inspector, for secrets like API tokens. // Editor drawer: PasswordFieldDrawer (OnDeviceAgent.AgentCore.Editor). public sealed class PasswordFieldAttribute : PropertyAttribute { } }