Example #1
0
    public override void OnStartServer()
    {
        health.ServerOnDie += ServerHandleDie;

        ServerOnPlayerSpawned?.Invoke(this);
    }
Example #2
0
 public override void OnStartServer()
 {
     health.ServerOnDie += CheckDeath;
     ServerOnPlayerSpawned?.Invoke(this);
 }