Files
fatal-exception/Assets/PlayerContact.cs
2020-02-01 20:32:24 -05:00

21 lines
331 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class PlayerContact : MonoBehaviour
{
public Player player;
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}