예제 #1
0
파일: Ball.cs 프로젝트: liggest/MLBall
 public bool IsOwner(PlayerAgent pa)
 {
     return(pa.Equals(owner));
 }