Fixed visibility of PlayerHooks.cs
This commit is contained in:
parent
140c73be0a
commit
9960526384
4 changed files with 6 additions and 6 deletions
|
|
@ -5,7 +5,7 @@ using System.Text;
|
|||
|
||||
namespace TShockAPI.Hooks
|
||||
{
|
||||
class PlayerLoginEventArgs
|
||||
public class PlayerLoginEventArgs
|
||||
{
|
||||
public TSPlayer Player { get; set; }
|
||||
public PlayerLoginEventArgs(TSPlayer ply)
|
||||
|
|
@ -14,7 +14,7 @@ namespace TShockAPI.Hooks
|
|||
}
|
||||
}
|
||||
|
||||
class PlayerLoginEvent
|
||||
public static class PlayerHooks
|
||||
{
|
||||
public delegate void PlayerLoginD(PlayerLoginEventArgs e);
|
||||
public static event PlayerLoginD PlayerLogin;
|
||||
Loading…
Add table
Add a link
Reference in a new issue