示例#1
0
 public static void sendFloat(float aValue, string receiver)
 {
     Platform.sendFloat(aValue, receiver);
 }