Esempio n. 1
0
 public void Set(EndPlayerSessionOptionsAccountId other)
 {
     if (other != null)
     {
         Epic     = other.Epic;
         External = other.External;
     }
 }
 public void Set(EndPlayerSessionOptions other)
 {
     if (other != null)
     {
         m_ApiVersion = MetricsInterface.EndplayersessionApiLatest;
         AccountId    = other.AccountId;
     }
 }