asdasd
This commit is contained in:
16
Assets/Scripts/Player/PlayerCollision.cs
Normal file
16
Assets/Scripts/Player/PlayerCollision.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class PlayerCollision : MonoBehaviour
|
||||
{
|
||||
// Start is called once before the first execution of Update after the MonoBehaviour is created
|
||||
void Start()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
// Update is called once per frame
|
||||
void Update()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
2
Assets/Scripts/Player/PlayerCollision.cs.meta
Normal file
2
Assets/Scripts/Player/PlayerCollision.cs.meta
Normal file
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: feba9d7d89c862142aa1614997a3227f
|
||||
Reference in New Issue
Block a user