-
-
Save peroon/6a9de4e006423cf77a6a to your computer and use it in GitHub Desktop.
int Rangeはmaxを含まないのでこういう書き方になる
This file contains 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
var prefab = prefabs[Random.Range(0, prefabs.Length)]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment