示例#1
0
文件: Player.cs 项目: TheaP/c-raft
 internal override bool ToSkip(Client c)
 {
     return c.GetOwner().Equals(this);
 }