Exemplo n.º 1
0
 protected void ExecOnRegisterPlayer(ushort id)
 {
     OnRegisterPlayer?.Invoke(id);
 }
Exemplo n.º 2
0
 private static void OnRegisterPlayerMethod(ushort id)
 {
     OnRegisterPlayer?.Invoke(id);
 }