示例#1
0
文件: SaveDeck.cs 项目: massiecb/496
 public GameObject deckMaker; // the game object which we get the script DM which has the list of strings which is the deck the player made
 void Start()
 {
     DM = deckMaker.GetComponent <DeckMaker> ();
 }
示例#2
0
文件: SaveDeck.cs 项目: massiecb/496
	public GameObject deckMaker; // the game object which we get the script DM which has the list of strings which is the deck the player made
	void Start(){
		DM = deckMaker.GetComponent<DeckMaker> ();
	}