示例#1
0
文件: Ball.cs 项目: liggest/MLBall
 public bool IsOwner(PlayerAgent pa)
 {
     return(pa.Equals(owner));
 }