Ejemplo n.º 1
0
 public static RakString operator +(RakString a, RakString b)
 {
     return(RakNet.OpPlus(a, b));
 }