Beispiel #1
0
 internal PartyUpdate(CSODOTAParty msg, CSODOTAParty oldLob)
 {
     party = msg;
     oldParty = oldLob;
 }
Beispiel #2
0
 internal PartySnapshot(CSODOTAParty msg, CSODOTAParty oldLob)
 {
     party = msg;
     oldParty = oldLob;
 }
Beispiel #3
0
 internal PartySnapshot(CSODOTAParty msg)
 {
     party = msg;
 }