This commit is contained in:
2026-05-01 18:02:58 +07:00
4 changed files with 357 additions and 82 deletions

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: e5b780c3b8cfd464ead0e292cd8afd02
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View 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()
{
}
}

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: feba9d7d89c862142aa1614997a3227f