This commit is contained in:
CortexCore
2024-06-18 17:57:21 +08:00
parent 82294e44ee
commit d3fd104900
10 changed files with 105 additions and 43 deletions

View File

@@ -9,7 +9,7 @@ namespace BITKit.Entities.Player
/// Unity玩家服务
/// </summary>
[Serializable]
public class UnityPlayerServiceService : IPlayerService
public class UnityPlayerService : IPlayerService
{
public static event Action<Entity> OnPlayerInitialized;
public static event Action<Entity> OnPlayerDisposed;