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

◆ SortMethod()

int Terraria.GameContent.Skies.StardustSky.SortMethod ( Star meteor1,
Star meteor2 )
inlineprivate

Definition at line 148 of file StardustSky.cs.

149 {
150 return meteor2.Depth.CompareTo(meteor1.Depth);
151 }

References Terraria.GameContent.Skies.StardustSky.Star.Depth.

Referenced by Terraria.GameContent.Skies.StardustSky.Activate().