1
0
Fork 0
Bildschirmflausch-LD41/Assets/Scripts/HP.cs

17 lines
253 B
C#
Raw Normal View History

2018-04-21 20:47:50 +02:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class HP : MonoBehaviour {
// Use this for initialization
void Start () {
}
// Update is called once per frame
void Update () {
}
}