Skip to content

Instantly share code, notes, and snippets.

@Collonville
Created September 26, 2017 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Collonville/4d32d5205547f13fbf7ac978060fb8a8 to your computer and use it in GitHub Desktop.
Save Collonville/4d32d5205547f13fbf7ac978060fb8a8 to your computer and use it in GitHub Desktop.
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