Hotrod cooking

This commit is contained in:
2024-04-24 18:17:09 +02:00
parent b83f20fbf8
commit 571f82abae
41 changed files with 3825026 additions and 44 deletions

18
Assets/Scripts/AI test.cs Normal file
View File

@@ -0,0 +1,18 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class AItest : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}