Skip to content

Commit 092556d

Browse files
committed
三次犯蠢
1 parent 954b024 commit 092556d

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

Roles/CustomRolePlus.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
using YongAnFrame.Role.Properties;
1515
using YongAnFrame.Roles.Enums;
1616
using YongAnFrame.Roles.Interfaces;
17+
using YongAnFrame.Roles.Properties;
1718

1819
namespace YongAnFrame.Roles
1920
{

Roles/Interfaces/ISkill.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using YongAnFrame.Role.Properties;
1+
using YongAnFrame.Roles.Properties;
22

33
namespace YongAnFrame.Roles.Interfaces
44
{

Roles/MusicManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
using UnityEngine;
99
using static SCPSLAudioApi.AudioCore.AudioPlayerBase;
1010

11-
namespace YongAnFrame.Players
11+
namespace YongAnFrame.Roles
1212
{
1313
public class MusicManager
1414
{

Roles/Properties/MoreProperties.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace YongAnFrame.Role.Properties
1+
namespace YongAnFrame.Roles.Properties
22
{
33
public struct MoreProperties
44
{

Roles/Properties/SkillProperties.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace YongAnFrame.Role.Properties
1+
namespace YongAnFrame.Roles.Properties
22
{
33
public struct SkillProperties
44
{

Roles/SkillManager.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
using MEC;
22
using System.Collections.Generic;
33
using YongAnFrame.Players;
4-
using YongAnFrame.Role.Properties;
54
using YongAnFrame.Roles.Interfaces;
6-
using static YongAnFrame.Players.MusicManager;
5+
using YongAnFrame.Roles.Properties;
6+
using static YongAnFrame.Roles.MusicManager;
77

88
namespace YongAnFrame.Roles
99
{

0 commit comments

Comments
 (0)