Updates based on PR feedback
This commit is contained in:
@@ -15,8 +15,8 @@ public abstract class Minigame : Entity
|
||||
/// <summary>
|
||||
/// Initializes the minigame with a list of luckers playing it.
|
||||
/// </summary>
|
||||
/// <param name="players">the players who made it into the minigame</param>
|
||||
public abstract void Initialize(List<Lucker> players);
|
||||
/// <param name="luckers">the luckers who made it into the minigame</param>
|
||||
public abstract void Initialize(List<Lucker> luckers);
|
||||
|
||||
/// <summary>
|
||||
/// Once a minigame is loaded and initialized, this method is called once per server tick.
|
||||
|
||||
Reference in New Issue
Block a user