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