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

◆ ComponentCollection()

System.ComponentModel.ComponentCollection.ComponentCollection ( IComponent[] components)
inline

Definition at line 28 of file ComponentCollection.cs.

29 {
30 base.InnerList.AddRange(components);
31 }