added cool things

This commit is contained in:
2022-04-19 23:11:33 +07:00
parent e9ccb25ff6
commit 23cc872b33
8 changed files with 170 additions and 8 deletions

View File

@ -4,10 +4,11 @@ using UnityEngine;
public class DumbAI : MonoBehaviour
{
public Transform feetTransform;
// Start is called before the first frame update
void Start()
{
var current_position = feetTransform.transform.position;
}
// Update is called once per frame