Files
2025TapTapGameJam/Assets/Script/Gameplay/Player/PlayerConfig.cs

9 lines
116 B
C#
Raw Normal View History

2025-10-15 21:31:13 +08:00
using UnityEngine;
namespace Gameplay.Player
{
public class PlayerConfig : MonoBehaviour
{
}
}