Ejemplo n.º 1
0
    // Constructor
    protected void Awake()
    {
        airman = FindObjectOfType <AirmanBoss>();
        Assert.IsNotNull(airman);

        col = GetComponent <Collider>();
        Assert.IsNotNull(col);
    }
Ejemplo n.º 2
0
    // Constructor
    protected void Awake()
    {
        airman = FindObjectOfType<AirmanBoss>();
        Assert.IsNotNull(airman);

        col = GetComponent<Collider>();
        Assert.IsNotNull(col);
    }