Ejemplo n.º 1
0
 public static JassItem Create(JassObjectId itemid, Single x, Single y)
 {
     return(SafeNatives.CreateItem(itemid, x, y));
 }