コード例 #1
0
 // Use this for initialization
 void Awake()
 {
     gridManager = GameObject.FindGameObjectWithTag("GameManager").GetComponent <SCR_Grid>();
     WeaponTypeStats(weaponType);
     MovementTypeStats(movementType);
 }