コード例 #1
0
 void Start()
 {
     obj      = gameObject;
     trans    = transform;
     ws       = WorldScript.getInstance();
     Cooldown = false;
     if (ws.isHARD() == false)
     {
         bull = 3;
     }
     else
     {
         bull = 1;
     }
 }