chore(Script.Gameplay.Player): 修改名称空间Gameplay.Player -> Script.Gameplay.Player
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Gameplay;
|
||||
using Script.Gameplay.Interface;
|
||||
using UnityEngine;
|
||||
using Core;
|
||||
using Script.Gameplay.Global;
|
||||
|
||||
namespace Gameplay.Player
|
||||
namespace Script.Gameplay.Player
|
||||
{
|
||||
public class PlayerController : MonoBehaviour, IDamageable
|
||||
{
|
||||
|
Reference in New Issue
Block a user