コード例 #1
0
 public override void SingleExecute(PlayerEntity player)
 {
     PlayerEntityFactory.PostCreateNewPlayerEntity(
         player,
         _contexts);
     _logger.InfoFormat("created client player entity {0}", player.entityKey);
 }