Files
fps-citybuild-unity/Assets/Scripts/NPC/NPC.cs
juliuse98 4bff84f097 Update to 2021.1.23f1
Update to 2021.1.23f1
2021-10-03 21:14:25 +02:00

19 lines
287 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class NPC : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}