Esempio n. 1
0
 public static string GetShortName(this JSONStorable storable)
 {
     return(storable.GetType().ToString());
 }