Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
INameScope.cs
Go to the documentation of this file.
2
3internal interface INameScope
4{
5 object this[string name, string ns] { get; set; }
6}