예제 #1
0
 public static DTO.KillMeans GetKillMeans(Enums.MeansOfDeath meansOfDeath, int count)
 {
     return(new DTO.KillMeans(meansOfDeath, count));
 }
예제 #2
0
 public static DTO.KillPlayer GetKillPlayers(DTO.Player killer, DTO.Player killed, Enums.MeansOfDeath meansOfDeath)
 {
     return(new DTO.KillPlayer(killer, killed, meansOfDeath));
 }