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

◆ LegacyNameAttribute()

Terraria.ModLoader.LegacyNameAttribute.LegacyNameAttribute ( params string[] names)
inline

Definition at line 16 of file LegacyNameAttribute.cs.

17 {
18 Names = names ?? throw new ArgumentNullException("names");
19 }

References Terraria.ModLoader.LegacyNameAttribute.Names.