id changed
This commit is contained in:
parent
8e64a009f5
commit
63acfe3807
7 changed files with 15 additions and 15 deletions
|
|
@ -48,6 +48,6 @@ public class ItemContainer : MonoBehaviour {
|
|||
}
|
||||
|
||||
public int GetItemIdByName(String name) {
|
||||
return GetItemByName(name).Id;
|
||||
return GetItemByName(name).ID;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue