Skip to content

Commit fd8e5c0

Browse files
committed
.
1 parent fb47cbd commit fd8e5c0

File tree

1 file changed

+3
-0
lines changed
  • EXILED/Exiled.API/Features

1 file changed

+3
-0
lines changed

EXILED/Exiled.API/Features/Npc.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ public Npc(GameObject gameObject)
5151
/// </summary>
5252
public static new List<Npc> List => Player.List.OfType<Npc>().ToList();
5353

54+
/// <summary>
55+
/// Gets or sets the player's position.
56+
/// </summary>
5457
public new Vector3 Position
5558
{
5659
get => base.Position;

0 commit comments

Comments
 (0)