Skip to content
This repository has been archived by the owner on Jan 19, 2025. It is now read-only.

Commit

Permalink
Renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
NotZer0Two committed Aug 11, 2024
1 parent 4ee47f6 commit 3ffb7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Exiled.API/Features/Map.cs
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ public static void PlayGunSound(Vector3 position, ItemType firearmType, byte max
/// Spawns a Mice inside the <see cref="RoomType.EzShelter"/>.
/// </summary>
/// <param name="mice">Amount of mice you want to spawn</param>

Check failure on line 359 in Exiled.API/Features/Map.cs

View workflow job for this annotation

GitHub Actions / build

Check failure on line 359 in Exiled.API/Features/Map.cs

View workflow job for this annotation

GitHub Actions / build

Check failure on line 359 in Exiled.API/Features/Map.cs

View workflow job for this annotation

GitHub Actions / build

Check failure on line 359 in Exiled.API/Features/Map.cs

View workflow job for this annotation

GitHub Actions / build

Check failure on line 359 in Exiled.API/Features/Map.cs

View workflow job for this annotation

GitHub Actions / build

Check failure on line 359 in Exiled.API/Features/Map.cs

View workflow job for this annotation

GitHub Actions / build

Check failure on line 359 in Exiled.API/Features/Map.cs

View workflow job for this annotation

GitHub Actions / build

Check failure on line 359 in Exiled.API/Features/Map.cs

View workflow job for this annotation

GitHub Actions / build

Check failure on line 359 in Exiled.API/Features/Map.cs

View workflow job for this annotation

GitHub Actions / build

Check failure on line 359 in Exiled.API/Features/Map.cs

View workflow job for this annotation

GitHub Actions / build

public static void PlaceMice(byte mice = 1)
public static void SpawnMice(byte mice = 1)
{
SqueakSpawner squeakSpawner = UnityEngine.Object.FindObjectOfType<SqueakSpawner>();

Expand Down

0 comments on commit 3ffb7e3

Please sign in to comment.