public static int HashOffsetTicks(this GasNet network)
 {
     return(Find.TickManager.TicksGame + network.GetHashCode().HashOffset());
 }