Skip to content

Instantly share code, notes, and snippets.

@Collonville
Created September 26, 2017 16:50
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/5df42e35f2b2f47f66cb77dddf8e134b to your computer and use it in GitHub Desktop.
Save Collonville/5df42e35f2b2f47f66cb77dddf8e134b to your computer and use it in GitHub Desktop.
//Revised ver
[System.Serializable]
public class ItemData{
public int id;
public int power;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment