Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Add Map.Shake()
Browse files Browse the repository at this point in the history
  • Loading branch information
ShingekiNoRex committed Jun 16, 2018
1 parent ca3619a commit dd3f405
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Smod2/Smod2/API/Map.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public abstract class Map
public abstract List<Door> GetDoors();
public abstract List<PocketDimensionExit> GetPocketDimensionExits();
public abstract Dictionary<Vector, Vector> GetElevatorTeleportPoints();
public abstract void Shake();
}

public abstract class Door
Expand Down

1 comment on commit dd3f405

@Rnen
Copy link
Contributor

@Rnen Rnen commented on dd3f405 Jun 26, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this do? 🤔 Shake the map like the nuke does?

Please sign in to comment.