Skip to content
This repository has been archived by the owner on Sep 12, 2020. It is now read-only.

Commit

Permalink
added Scp079Controller to Player
Browse files Browse the repository at this point in the history
  • Loading branch information
GrafDimenzio committed Aug 29, 2020
1 parent 25b7534 commit f0a56df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Synapse/Api/Player.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ public static Player GetPlayer(string arg)

public Scp106Controller Scp106Controller => this.GetComponent<Scp106Controller>();

public Scp079Controller Scp079Controller => this.GetComponent<Scp079Controller>();

/// <summary>
/// The CommandSender objects of the Player
/// </summary>
Expand Down

0 comments on commit f0a56df

Please sign in to comment.