Files
Gabriel Vidal-Ayrinhac 6d185753f6 initial commit
2021-02-04 23:10:52 +01:00

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 () {
}
}