Latest kreonid changes

This commit is contained in:
DedMoroz132
2022-04-12 13:58:23 +07:00
parent 4bb1f4f09d
commit c660ce542f
14 changed files with 817 additions and 294 deletions

View File

@ -0,0 +1,18 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Movement : MonoBehaviour
{
private void Start()
{
}
void Update()
{
}
}