Skip to content

Instantly share code, notes, and snippets.

@moon-goon
Created April 13, 2016 10:33
Show Gist options
  • Save moon-goon/48a34f329a6413adda8e1c40e680d0fc to your computer and use it in GitHub Desktop.
Save moon-goon/48a34f329a6413adda8e1c40e680d0fc to your computer and use it in GitHub Desktop.
using UnityEngine;
using System.Collections;
[System.Serializable]
public class Character {
public string name;
public Character () {
this.name = "";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment