예제 #1
0
파일: Players.cs 프로젝트: longde123/grove
 public void MoveDeadCreaturesToGraveyard()
 {
     Active.MoveCreaturesWithLeathalDamageOrZeroTougnessToGraveyard();
     Passive.MoveCreaturesWithLeathalDamageOrZeroTougnessToGraveyard();
     RespectLegendaryRule();
 }