Tram&Pauline

Animation mostly done perfectly
This commit is contained in:
adianfiuef
2022-07-25 01:04:16 -07:00
parent 1e3ab44fee
commit e343e66b8d
569 changed files with 94885 additions and 2930 deletions

View File

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