using UnityEngine; | |
[System.Serializable] | |
public class ItemData : MonoBehaviour { | |
public int id; | |
public int power; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
using UnityEngine; | |
[System.Serializable] | |
public class ItemData : MonoBehaviour { | |
public int id; | |
public int power; | |
} |