Example #1
0
 public static ImmutableTransform AsParachuteLocation(this SpawnpointLocation s)
 {
     return(s.AsTransform.Rotate(new Vector3(45f, 0f, 0f)));
 }
Example #2
0
 public static ImmutableTransform AsWingsuitLocation(this SpawnpointLocation s)
 {
     return(s.AsTransform.Rotate(new Vector3(100f, 0f, 0f)));
 }