1
This commit is contained in:
@@ -10,7 +10,7 @@ namespace BITKit.Entities.Player
|
||||
/// <summary>
|
||||
/// 玩家组件的基本实现
|
||||
/// </summary>
|
||||
public abstract class EntityPlayerComponent : EntityComponent, IEntityPlayerComponent
|
||||
public abstract class EntityPlayerBehavior : EntityBehavior, IEntityPlayerComponent
|
||||
{
|
||||
public virtual void OnPlayerInitialize()
|
||||
{
|
||||
|
Reference in New Issue
Block a user