コード例 #1
0
 public Item AddItem(int px, int py, int itemID)
 {
     return(Space.AddItemEx(Layer.EntryID, fCoords.X, fCoords.Y, px, py, itemID));
 }