Unity only allow shoot when visible

前端 未结 0 1507
小鲜肉
小鲜肉 2021-01-27 21:18

Well this is my Enemy Script:

 public class Enemy : MonoBehaviour
{
    public GameObject explosion;
    public float speed;
    public float shotDelay;
    publi         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题