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