Files
2025TapTapGameJam/Assets/Script/Gameplay/Player/PlayerConfig.cs
2025-10-15 21:31:13 +08:00

9 lines
116 B
C#

using UnityEngine;
namespace Gameplay.Player
{
public class PlayerConfig : MonoBehaviour
{
}
}