コード例 #1
0
 public PlayerInfoDto(PlayerInfoShortDto info, PlayerLocationDto location)
 {
     Info     = info;
     Location = location;
 }
コード例 #2
0
 public PlayerInfoDto()
 {
     Info     = new PlayerInfoShortDto();
     Location = new PlayerLocationDto();
 }