Beispiel #1
0
 protected bool Equals(UPlayer other)
 {
     return(Equals(this, other));
 }
Beispiel #2
0
 public bool Equals(UPlayer other)
 {
     return(Equals(this, other));
 }
Beispiel #3
0
 public static bool TryGet(string name, out UPlayer player)
 {
     player = From(name);
     return(player != null);
 }