Exemplo n.º 1
0
 /**
  * @brief Resets session.
  *
  * PlayerId will be changed.
  */
 public void ResetSession()
 {
     Log.Debug("[Session] ResetSession");
     SessionImpl.ResetSession();
 }