Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Prompt

string? System.ComponentModel.DataAnnotations.DisplayAttribute.Prompt
getset

Definition at line 63 of file DisplayAttribute.cs.

64 {
65 get
66 {
67 return _prompt.Value;
68 }
69 set
70 {
71 _prompt.Value = value;
72 }
73 }