예제 #1
0
파일: MapTile.cs 프로젝트: jorsi/UltimaXNA
 private bool matchNames(ItemData m1, ItemData m2)
 {
     return (m1.Name == m2.Name);
 }