Files
ichni_Creator_Studio/Assets/Feel/FeelDemosURP/Strike/Scripts/StrikeBall.cs
SoulliesOfficial 8d0abec75f 基础内容
必要插件安装
缓动曲线和动画基础
ElementFolder,Track与其次级模块,PathNode重构
2025-01-26 21:10:16 -05:00

15 lines
301 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace MoreMountains.Feel
{
/// <summary>
/// A class used to identify the ball in Feel's Strike demo
/// </summary>
[AddComponentMenu("")]
public class StrikeBall : MonoBehaviour
{
}
}