コード例 #1
0
ファイル: Player.cs プロジェクト: TheaP/c-raft
 internal override bool ToSkip(Client c)
 {
     return c.GetOwner().Equals(this);
 }