그 보스 페이즈? 노션 보고 잘 만들어주세요

TMP는 깃에서 없애야 하는데 저 할 줄 모르니까
알아서 잘 해보시고
어자피 프로젝트 크기 5메가바이트도 안 넘으니까
굳이굳이 할 필요 없으심
즐
전 자러감ㅋㅋ
This commit is contained in:
김도환
2026-05-09 00:14:27 +09:00
parent f1213cd247
commit c5421de715
59 changed files with 817 additions and 242 deletions

View File

@@ -1,7 +1,7 @@
using Unicorn.Game.Hitbox;
using Unicorn.Hitbox;
using UnityEngine;
namespace Unicorn.Game.Player
namespace Unicorn.Player
{
public class Player: LivingEntity
{

View File

@@ -3,7 +3,7 @@ using Unicorn.System;
using UnityEngine;
using UnityEngine.InputSystem;
namespace Unicorn.Game.Player
namespace Unicorn.Player
{
public class PlayerAttack: MonoBehaviour
{

View File

@@ -3,7 +3,7 @@ using Unicorn.System;
using UnityEngine;
using UnityEngine.InputSystem;
namespace Unicorn.Game.Player
namespace Unicorn.Player
{
public class PlayerMovement : MonoBehaviour
{