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