1
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user