Ejemplo n.º 1
0
 private static void ReleaseOnDeath(IceCubeComponent iceCubeComponent)
 {
     // release
     // remove the status effect
     iceCubeComponent.captured.GetFreezingEntityModifier()
     .RemoveLogic(iceCubeComponent.captured);
     // TODO: apply 1 invulnerable to the captured entity
 }
Ejemplo n.º 2
0
 public static void DisplaceCaptured(IceCubeComponent iceCubeComponent, Transform transform)
 {
     iceCubeComponent.captured.GetTransform().position = transform.position;
 }