Esempio n. 1
0
 public SpCharacterList(AccountData account, List<CharacterData> characters)
 {
     _account = account;
     _characters = characters;
 }
Esempio n. 2
0
 public SpSetPlayerFamilyName(Player player, AccountData accountInfo)
 {
     _player = player;
     _accountInfo = accountInfo;
 }
Esempio n. 3
0
 public SpServerlist(AccountData accountInfo)
 {
     _accInfo = accountInfo;
 }