19 lines
205 B
C#
19 lines
205 B
C#
using UnityEngine;
|
|
using System.Collections;
|
|
|
|
public class DeathAnima : MonoBehaviour {
|
|
|
|
public GameObject eyes;
|
|
|
|
|
|
|
|
void Start () {
|
|
|
|
}
|
|
|
|
// Update is called once per frame
|
|
void Update () {
|
|
|
|
}
|
|
}
|