8 lines
179 B
C#
8 lines
179 B
C#
public class TeleportTransitionInstant : TeleportTransition
|
|
{
|
|
protected override void LocomotionTeleportOnEnterStateTeleporting()
|
|
{
|
|
base.LocomotionTeleport.DoTeleport();
|
|
}
|
|
}
|