Created
February 16, 2013 19:25
-
-
Save mikamikuh/4968335 to your computer and use it in GitHub Desktop.
6-2. 景品によって得点を加算する
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using UnityEngine; | |
| using System.Collections; | |
| public class ItemObject : MonoBehaviour { | |
| public int score = 1; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment