CangJie/Assets/Scripts//HittenStone.cs
lspdC 2a2a11e851 3.22
完成了跟踪雷击与玩家的碰撞判定,玩家的受击反馈
击碎石头那边还有bug,明天再改
2022-03-22 22:15:12 +08:00

19 lines
295 B
C#

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