예제 #1
0
파일: Player.cs 프로젝트: TheaP/c-raft
 internal override bool ToSkip(Client c)
 {
     return c.GetOwner().Equals(this);
 }