1
0
Fork 0
Bildschirmflausch-LD41/Assets/Scripts/Entities/Entity.cs
2018-04-21 12:22:17 +02:00

16 lines
241 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Entity : MonoBehaviour {
// Use this for initialization
void Start () {
}
// Update is called once per frame
void Update () {
}
}