Documentation for the Unity C# Library
Loading...
Searching...
No Matches
ItemID.cs
Go to the documentation of this file.
1#if UNITY_EDITOR
2using System;
3
4[Serializable]
5public struct ItemID
6{
7 public string name;
8 public int id;
9}
10#endif