mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
buh 2
This commit is contained in:
parent
075b917c03
commit
138f1daa4c
@ -29,7 +29,13 @@ namespace QSB.Player
|
||||
}
|
||||
public static uint LocalPlayerId => LocalPlayer.PlayerId;
|
||||
|
||||
/// <summary>
|
||||
/// called right after player is added
|
||||
/// </summary>
|
||||
public static Action<uint> OnAddPlayer;
|
||||
/// <summary>
|
||||
/// called right before player is removed
|
||||
/// </summary>
|
||||
public static Action<uint> OnRemovePlayer;
|
||||
|
||||
public static readonly List<PlayerInfo> PlayerList = new();
|
||||
|
Loading…
Reference in New Issue
Block a user