Moving Chimken

This commit is contained in:
2024-02-28 09:45:13 +01:00
parent 53ebf520ee
commit abeb9f28b9
4 changed files with 187 additions and 7 deletions

18
Assets/Scripts/Table.cs Normal file
View File

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