Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ISite.cs
Go to the documentation of this file.
2
4
5public interface ISite : IServiceProvider
6{
8
10
11 bool DesignMode { get; }
12
13 string? Name
14 {
15 get; [RequiresUnreferencedCode("The Type of components in the container cannot be statically discovered to validate the name.")]
16 set;
17 }
18}