代码拉取完成,页面将自动刷新
同步操作将从 liyonghelpme/rongYaoDaLuCode 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?xml version='1.0' encoding='utf-8'?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
<PropertyGroup>
<ProjectType>local</ProjectType>
<ProjectVersion>7.10.377</ProjectVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>de2d7728-4e33-406b-87b3-0579b8d9407b</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<AssemblyName>Assembly-CSharp</AssemblyName>
<OutputType>Library</OutputType>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<Reference Include="UnityEngine" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="Pathfinding.JsonFx" />
<Reference Include="Pathfinding.Ionic.Zip.Reduced" />
<Reference Include="Pathfinding.ClipperLib" />
<Reference Include="Pathfinding.Poly2Tri" />
<Reference Include="Assembly-CSharp-firstpass" />
<Reference Include="LogHelper" />
<Reference Include="NSpeex" />
<Reference Include="XMLParser" />
<Reference Include="Assembly-UnityScript-firstpass" />
<Compile Include="AssemblyInfo.cs" />
<Compile Include="Global.cs" />
<Compile Include="AIPath.cs" />
<Compile Include="NavmeshController.cs" />
<Compile Include="Pathfinding\RichAI.cs" />
<Compile Include="Pathfinding\RichPath.cs" />
<Compile Include="Pathfinding\RichPathPart.cs" />
<Compile Include="Pathfinding\RichFunnel.cs" />
<Compile Include="Pathfinding\RichSpecial.cs" />
<Compile Include="Seeker.cs" />
<Compile Include="Pathfinding\AstarData.cs" />
<Compile Include="Pathfinding\AstarSplines.cs" />
<Compile Include="Pathfinding\AstarMath.cs" />
<Compile Include="Pathfinding\Polygon.cs" />
<Compile Include="AstarPath.cs" />
<Compile Include="Pathfinding\GraphUpdateScene.cs" />
<Compile Include="Pathfinding\GraphUpdateShape.cs" />
<Compile Include="Pathfinding\AnimationLink.cs" />
<Compile Include="AstarDebugger.cs" />
<Compile Include="Pathfinding\AstarEnumFlagAttribute.cs" />
<Compile Include="Pathfinding\BinaryHeapM.cs" />
<Compile Include="Pathfinding\GraphEditorBase.cs" />
<Compile Include="Pathfinding\GraphModifier.cs" />
<Compile Include="Pathfinding\Int3.cs" />
<Compile Include="Pathfinding\Int2.cs" />
<Compile Include="Pathfinding\Util\ListPool!1.cs" />
<Compile Include="Pathfinding\NodeLink.cs" />
<Compile Include="Pathfinding\NodeLink2.cs" />
<Compile Include="Pathfinding\NodeLink3Node.cs" />
<Compile Include="Pathfinding\NodeLink3.cs" />
<Compile Include="Pathfinding\Util\IAstarPooledObject.cs" />
<Compile Include="Pathfinding\Util\ObjectPool!1.cs" />
<Compile Include="Pathfinding\PathPool!1.cs" />
<Compile Include="Pathfinding\Util\StackPool!1.cs" />
<Compile Include="Pathfinding\ThreadControlQueue.cs" />
<Compile Include="Pathfinding\WindowsStore\WindowsStoreCompatibility.cs" />
<Compile Include="Pathfinding\Node.cs" />
<Compile Include="Pathfinding\GraphNode.cs" />
<Compile Include="Pathfinding\MeshNode.cs" />
<Compile Include="Pathfinding\Path.cs" />
<Compile Include="Pathfinding\PathNode.cs" />
<Compile Include="Pathfinding\PathHandler.cs" />
<Compile Include="Pathfinding\Serialization\UnityObjectConverter.cs" />
<Compile Include="Pathfinding\Serialization\GuidConverter.cs" />
<Compile Include="Pathfinding\Serialization\MatrixConverter.cs" />
<Compile Include="Pathfinding\Serialization\BoundsConverter.cs" />
<Compile Include="Pathfinding\Serialization\LayerMaskConverter.cs" />
<Compile Include="Pathfinding\Serialization\VectorConverter.cs" />
<Compile Include="Pathfinding\Serialization\IntKeyDictionaryConverter.cs" />
<Compile Include="Pathfinding\Serialization\GraphSerializationContext.cs" />
<Compile Include="Pathfinding\Serialization\AstarSerializer.cs" />
<Compile Include="Pathfinding\Serialization\GraphMeta.cs" />
<Compile Include="Pathfinding\Serialization\SerializeSettings.cs" />
<Compile Include="Pathfinding\UserConnection.cs" />
<Compile Include="Pathfinding\AstarColor.cs" />
<Compile Include="Pathfinding\GraphHitInfo.cs" />
<Compile Include="Pathfinding\NNConstraint.cs" />
<Compile Include="Pathfinding\PathNNConstraint.cs" />
<Compile Include="Pathfinding\NNInfo.cs" />
<Compile Include="Pathfinding\Progress.cs" />
<Compile Include="Pathfinding\IUpdatableGraph.cs" />
<Compile Include="Pathfinding\TagMask.cs" />
<Compile Include="Pathfinding\GraphUpdateObject.cs" />
<Compile Include="Pathfinding\IRaycastableGraph.cs" />
<Compile Include="Pathfinding\PathThreadInfo.cs" />
<Compile Include="Pathfinding\IntRect.cs" />
<Compile Include="GraphUpdateThreading.cs" />
<Compile Include="PathLog.cs" />
<Compile Include="Heuristic.cs" />
<Compile Include="GraphDebugMode.cs" />
<Compile Include="ConnectionType.cs" />
<Compile Include="ThreadCount.cs" />
<Compile Include="PathState.cs" />
<Compile Include="PathCompleteState.cs" />
<Compile Include="ProceduralGridMover.cs" />
<Compile Include="ProceduralWorld.cs" />
<Compile Include="AIFollow.cs" />
<Compile Include="AstarSmoothFollow2.cs" />
<Compile Include="DoorController.cs" />
<Compile Include="DynamicGridObstacle.cs" />
<Compile Include="Pathfinding\LocalAvoidanceMover.cs" />
<Compile Include="Pathfinding\MineBotAI.cs" />
<Compile Include="Pathfinding\NavmeshClamp.cs" />
<Compile Include="ObjectPlacer.cs" />
<Compile Include="Pathfinding\TargetMover.cs" />
<Compile Include="Pathfinding\NavGraph.cs" />
<Compile Include="Pathfinding\GraphCollision.cs" />
<Compile Include="Pathfinding\ColliderType.cs" />
<Compile Include="Pathfinding\RayDirection.cs" />
<Compile Include="Pathfinding\GridGraph.cs" />
<Compile Include="Pathfinding\NumNeighbours.cs" />
<Compile Include="Pathfinding\LayerGridGraph.cs" />
<Compile Include="Pathfinding\LinkedLevelCell.cs" />
<Compile Include="Pathfinding\LinkedLevelNode.cs" />
<Compile Include="Pathfinding\LevelGridNode.cs" />
<Compile Include="Pathfinding\LayerGridGraphUpdate.cs" />
<Compile Include="Pathfinding\INavmesh.cs" />
<Compile Include="Pathfinding\NavMeshGraph.cs" />
<Compile Include="Pathfinding\GridNode.cs" />
<Compile Include="Pathfinding\PointNode.cs" />
<Compile Include="Pathfinding\INavmeshHolder.cs" />
<Compile Include="Pathfinding\TriangleMeshNode.cs" />
<Compile Include="Pathfinding\ConvexMeshNode.cs" />
<Compile Include="Pathfinding\PointGraph.cs" />
<Compile Include="Pathfinding\QuadtreeGraph.cs" />
<Compile Include="Pathfinding\QuadtreeNode.cs" />
<Compile Include="Pathfinding\QuadtreeNodeHolder.cs" />
<Compile Include="Pathfinding\RecastGraph.cs" />
<Compile Include="Pathfinding\BBTree.cs" />
<Compile Include="NavMeshRenderer.cs" />
<Compile Include="Pathfinding\ObjImporter.cs" />
<Compile Include="Pathfinding\RecastBBTree.cs" />
<Compile Include="Pathfinding\RecastBBTreeBox.cs" />
<Compile Include="Pathfinding\RecastMeshObj.cs" />
<Compile Include="Pathfinding\Util\TileHandler.cs" />
<Compile Include="Pathfinding\DebugUtility.cs" />
<Compile Include="Pathfinding\Voxels\VoxelArea.cs" />
<Compile Include="Pathfinding\Voxels\LinkedVoxelSpan.cs" />
<Compile Include="Pathfinding\Voxels\ExtraMesh.cs" />
<Compile Include="Pathfinding\Voxels\VoxelContourSet.cs" />
<Compile Include="Pathfinding\Voxels\VoxelContour.cs" />
<Compile Include="Pathfinding\Voxels\VoxelMesh.cs" />
<Compile Include="Pathfinding\Voxels\VoxelCell.cs" />
<Compile Include="Pathfinding\Voxels\CompactVoxelCell.cs" />
<Compile Include="Pathfinding\Voxels\CompactVoxelSpan.cs" />
<Compile Include="Pathfinding\Voxels\VoxelSpan.cs" />
<Compile Include="Pathfinding\Voxels\Voxelize.cs" />
<Compile Include="Pathfinding\Voxels\Utility.cs" />
<Compile Include="Pathfinding\LocalAvoidance.cs" />
<Compile Include="Pathfinding\AdvancedSmooth.cs" />
<Compile Include="Pathfinding\AlternativePath.cs" />
<Compile Include="Pathfinding\FunnelModifier.cs" />
<Compile Include="Pathfinding\IFunnelGraph.cs" />
<Compile Include="Pathfinding\ModifierData.cs" />
<Compile Include="Pathfinding\IPathModifier.cs" />
<Compile Include="Pathfinding\PathModifier.cs" />
<Compile Include="Pathfinding\MonoModifier.cs" />
<Compile Include="Pathfinding\ModifierConverter.cs" />
<Compile Include="RadiusModifier.cs" />
<Compile Include="Pathfinding\RaycastModifier.cs" />
<Compile Include="Pathfinding\SimpleSmoothModifier.cs" />
<Compile Include="Pathfinding\StartEndModifier.cs" />
<Compile Include="Pathfinding\NavmeshAdd.cs" />
<Compile Include="Pathfinding\NavmeshCut.cs" />
<Compile Include="Pathfinding\RelevantGraphSurface.cs" />
<Compile Include="Pathfinding\TileHandlerHelper.cs" />
<Compile Include="Pathfinding\ABPath.cs" />
<Compile Include="Pathfinding\ConstantPath.cs" />
<Compile Include="Pathfinding\EndingConditionDistance.cs" />
<Compile Include="Pathfinding\FleePath.cs" />
<Compile Include="Pathfinding\FloodPath.cs" />
<Compile Include="Pathfinding\FloodPathConstraint.cs" />
<Compile Include="Pathfinding\FloodPathTracer.cs" />
<Compile Include="Pathfinding\MultiTargetPath.cs" />
<Compile Include="Pathfinding\RandomPath.cs" />
<Compile Include="Pathfinding\PathEndingCondition.cs" />
<Compile Include="Pathfinding\ABPathEndingCondition.cs" />
<Compile Include="Pathfinding\Util\Checksum.cs" />
<Compile Include="Pathfinding\Util\Memory.cs" />
<Compile Include="Pathfinding\AstarProfiler.cs" />
<Compile Include="Pathfinding\Util\Guid.cs" />
<Compile Include="Pathfinding\GraphUpdateUtilities.cs" />
<Compile Include="Pathfinding\Util\LockFreeStack.cs" />
<Compile Include="Pathfinding\PathUtilities.cs" />
<Compile Include="Pathfinding\Profile.cs" />
<Compile Include="Pathfinding\UnityReferenceHelper.cs" />
<Compile Include="AdvancedPinchRotationSample.cs" />
<Compile Include="FingerEventsSamplePart1.cs" />
<Compile Include="FingerEventsSamplePart2.cs" />
<Compile Include="BasicSample.cs" />
<Compile Include="DragTrail.cs" />
<Compile Include="EmitParticles.cs" />
<Compile Include="MenuNode.cs" />
<Compile Include="SampleBase.cs" />
<Compile Include="SampleUI.cs" />
<Compile Include="StartMenu.cs" />
<Compile Include="SwipeParticlesEmitter.cs" />
<Compile Include="MultiFingerSwipeSample.cs" />
<Compile Include="OneFingerGestureSample.cs" />
<Compile Include="PinchRotationSample.cs" />
<Compile Include="ToolboxDragDropSample.cs" />
<Compile Include="ToolboxFingerEventsSample.cs" />
<Compile Include="ToolboxOneFingerGestureSample.cs" />
<Compile Include="TwoFingerGestureSample.cs" />
<Compile Include="TouchPhaseVisualizer.cs" />
<Compile Include="CSharpSkeleton.cs" />
<Compile Include="TBDragOrbit.cs" />
<Compile Include="TBPinchZoom.cs" />
<Compile Include="TBComponent.cs" />
<Compile Include="TBDrag.cs" />
<Compile Include="TBFingerDown.cs" />
<Compile Include="TBFingerUp.cs" />
<Compile Include="TBInputManager.cs" />
<Compile Include="TBLongPress.cs" />
<Compile Include="TBSwipe.cs" />
<Compile Include="TBTap.cs" />
<Compile Include="GestureStateTracker.cs" />
<Compile Include="MoveToFinger.cs" />
<Compile Include="Delay.cs" />
<Compile Include="EffectMono.cs" />
<Compile Include="EffectTimeDelay.cs" />
<Compile Include="LookAtCameraBillBoardY.cs" />
<Compile Include="LookAtCameraBillboard.cs" />
<Compile Include="LookAtCameraBillboardEx.cs" />
<Compile Include="ScrollBehaviour.cs" />
<Compile Include="SetRenderQueue.cs" />
<Compile Include="TextureUVAnimation.cs" />
<Compile Include="TimedObjectDestructor.cs" />
<Compile Include="ImageEffectBase.cs" />
<Compile Include="com\game\AppFacde.cs" />
<Compile Include="com\game\AppMap.cs" />
<Compile Include="com\game\AppNet.cs" />
<Compile Include="com\game\BaseViewTweenCallback.cs" />
<Compile Include="com\game\CameraShake.cs" />
<Compile Include="Holoville\HOTween\Axis.cs" />
<Compile Include="Holoville\HOTween\CallbackType.cs" />
<Compile Include="Holoville\HOTween\Core\ABSTweenComponent.cs" />
<Compile Include="Holoville\HOTween\Core\ABSTweenComponentParms.cs" />
<Compile Include="Holoville\HOTween\Core\EaseInfo.cs" />
<Compile Include="Holoville\HOTween\Core\Easing\Back.cs" />
<Compile Include="Holoville\HOTween\Core\Easing\Bounce.cs" />
<Compile Include="Holoville\HOTween\Core\Easing\Circ.cs" />
<Compile Include="Holoville\HOTween\Core\Easing\Cubic.cs" />
<Compile Include="Holoville\HOTween\Core\Easing\EaseCurve.cs" />
<Compile Include="Holoville\HOTween\Core\Easing\Elastic.cs" />
<Compile Include="Holoville\HOTween\Core\Easing\Expo.cs" />
<Compile Include="Holoville\HOTween\Core\Easing\Linear.cs" />
<Compile Include="Holoville\HOTween\Core\Easing\Quad.cs" />
<Compile Include="Holoville\HOTween\Core\Easing\Quart.cs" />
<Compile Include="Holoville\HOTween\Core\Easing\Quint.cs" />
<Compile Include="Holoville\HOTween\Core\Easing\Sine.cs" />
<Compile Include="Holoville\HOTween\Core\Easing\Strong.cs" />
<Compile Include="FastDynamicMemberAccessor\FieldAccessor.cs" />
<Compile Include="FastDynamicMemberAccessor\IMemberAccessor.cs" />
<Compile Include="FastDynamicMemberAccessor\ChainingAccessor.cs" />
<Compile Include="FastDynamicMemberAccessor\MemberAccessor.cs" />
<Compile Include="FastDynamicMemberAccessor\MemberAccessorCacher.cs" />
<Compile Include="FastDynamicMemberAccessor\MemberAccessorException.cs" />
<Compile Include="FastDynamicMemberAccessor\PropertyAccessor.cs" />
<Compile Include="Holoville\HOTween\Core\OverwriteManager.cs" />
<Compile Include="Holoville\HOTween\Core\Path.cs" />
<Compile Include="Holoville\HOTween\Core\TweenDelegate.cs" />
<Compile Include="Holoville\HOTween\Core\TweenException.cs" />
<Compile Include="Holoville\HOTween\Core\TweenInfo.cs" />
<Compile Include="Holoville\HOTween\Core\TweenWarning.cs" />
<Compile Include="Holoville\HOTween\Core\Utils.cs" />
<Compile Include="Holoville\HOTween\EaseType.cs" />
<Compile Include="Holoville\HOTween\HOTween.cs" />
<Compile Include="Holoville\HOTween\IHOTweenComponent.cs" />
<Compile Include="Holoville\HOTween\LoopType.cs" />
<Compile Include="Holoville\HOTween\PathType.cs" />
<Compile Include="Holoville\HOTween\Plugins\Core\ABSTweenPlugin.cs" />
<Compile Include="Holoville\HOTween\Plugins\Core\PlugColor.cs" />
<Compile Include="Holoville\HOTween\Plugins\Core\PlugColor32.cs" />
<Compile Include="Holoville\HOTween\Plugins\Core\PlugFloat.cs" />
<Compile Include="Holoville\HOTween\Plugins\Core\PlugRect.cs" />
<Compile Include="Holoville\HOTween\Plugins\Core\PlugVector2.cs" />
<Compile Include="Holoville\HOTween\Plugins\Core\PlugVector3.cs" />
<Compile Include="Holoville\HOTween\Plugins\Core\PlugVector4.cs" />
<Compile Include="Holoville\HOTween\Plugins\PlugInt.cs" />
<Compile Include="Holoville\HOTween\Plugins\PlugQuaternion.cs" />
<Compile Include="Holoville\HOTween\Plugins\PlugSetColor.cs" />
<Compile Include="Holoville\HOTween\Plugins\PlugSetFloat.cs" />
<Compile Include="Holoville\HOTween\Plugins\PlugString.cs" />
<Compile Include="Holoville\HOTween\Plugins\PlugVector3Path.cs" />
<Compile Include="Holoville\HOTween\Plugins\PlugVector3X.cs" />
<Compile Include="Holoville\HOTween\Plugins\PlugVector3Y.cs" />
<Compile Include="Holoville\HOTween\Plugins\PlugVector3Z.cs" />
<Compile Include="Holoville\HOTween\Sequence.cs" />
<Compile Include="Holoville\HOTween\SequenceParms.cs" />
<Compile Include="Holoville\HOTween\TweenEvent.cs" />
<Compile Include="Holoville\HOTween\TweenParms.cs" />
<Compile Include="Holoville\HOTween\TweenType.cs" />
<Compile Include="Holoville\HOTween\TweenVar.cs" />
<Compile Include="Holoville\HOTween\Tweener.cs" />
<Compile Include="Holoville\HOTween\UpdateType.cs" />
<Compile Include="Holoville\HOTween\WarningLevel.cs" />
<Compile Include="com\game\Helper\DevelopHelper.cs" />
<Compile Include="com\game\Interface\Character\ICharacter.cs" />
<Compile Include="com\game\Interface\Character\ISceneObject.cs" />
<Compile Include="com\game\Interface\Tick\ITick.cs" />
<Compile Include="com\game\Interface\Tick\ITickManager.cs" />
<Compile Include="com\game\Main.cs" />
<Compile Include="com\game\MouseOrbit.cs" />
<Compile Include="com\game\Public\Confirm\ConfirmCommands.cs" />
<Compile Include="com\game\Public\Confirm\ConfirmMgr.cs" />
<Compile Include="com\game\Public\Confirm\ConfirmView.cs" />
<Compile Include="com\game\Public\EffectCameraManage\EffectCameraMgr.cs" />
<Compile Include="com\game\Public\Hud\HeadInfoItemType.cs" />
<Compile Include="com\game\Public\Hud\HeadInfoItem.cs" />
<Compile Include="com\game\Public\Hud\HeadInfoItemManager.cs" />
<Compile Include="com\game\Public\Hud\HeadInfoItemPool.cs" />
<Compile Include="com\game\Public\InitManager\InitManager.cs" />
<Compile Include="com\game\Public\LocalVar\LocalVarManager.cs" />
<Compile Include="com\game\Public\Message\ErrorCodeManager.cs" />
<Compile Include="com\game\Public\Message\MessageItemPool.cs" />
<Compile Include="com\game\Public\Message\MessageManager.cs" />
<Compile Include="com\game\Public\Message\MessageView.cs" />
<Compile Include="com\game\Public\PoolManager\PoolManager.cs" />
<Compile Include="com\game\Public\PoolManager\PoolManagerUtils.cs" />
<Compile Include="com\game\Public\PoolManager\SpawnPoolsDict.cs" />
<Compile Include="com\game\Public\PoolManager\PreRuntimePoolItem.cs" />
<Compile Include="com\game\Public\PoolManager\SpawnPool.cs" />
<Compile Include="com\game\Public\PoolManager\PrefabPool.cs" />
<Compile Include="com\game\Public\PoolManager\PrefabsDict.cs" />
<Compile Include="com\game\Public\TabBar\UITabBar.cs" />
<Compile Include="com\game\Public\UICommon\UIUtils.cs" />
<Compile Include="VoUtils.cs" />
<Compile Include="MoPhoGames\USpeak\Codec\ADPCMCodec.cs" />
<Compile Include="MoPhoGames\USpeak\Codec\ICodec.cs" />
<Compile Include="MoPhoGames\USpeak\Codec\MuLawCodec.cs" />
<Compile Include="MoPhoGames\USpeak\Codec\SpeexCodec.cs" />
<Compile Include="BandMode.cs" />
<Compile Include="SpeakerMode.cs" />
<Compile Include="SendBehavior.cs" />
<Compile Include="ThreeDMode.cs" />
<Compile Include="USpeaker.cs" />
<Compile Include="MoPhoGames\USpeak\Core\USpeakAudioClipCompressor.cs" />
<Compile Include="MoPhoGames\USpeak\Core\USpeakAudioClipConverter.cs" />
<Compile Include="USpeakCodecManager.cs" />
<Compile Include="MoPhoGames\USpeak\Core\USpeakFrameContainer.cs" />
<Compile Include="MoPhoGames\USpeak\Core\Utils\USpeakPoolUtils.cs" />
<Compile Include="MoPhoGames\USpeak\Core\USpeakSettingsData.cs" />
<Compile Include="LocalUSpeakSender.cs" />
<Compile Include="UnityNetworkExample.cs" />
<Compile Include="UnityNetworkUSpeakSender.cs" />
<Compile Include="DefaultTalkController.cs" />
<Compile Include="MoPhoGames\USpeak\Interface\ISpeechDataHandler.cs" />
<Compile Include="MoPhoGames\USpeak\Interface\IUSpeakTalkController.cs" />
<Compile Include="USpeakOwnerInfo.cs" />
<Compile Include="USpeakPlayer.cs" />
<Compile Include="USpeakUtilities.cs" />
<Compile Include="com\game\Speech\BaseCommand.cs" />
<Compile Include="com\game\Speech\MagicCommand.cs" />
<Compile Include="com\game\Speech\MagicContinueMoveDirectionCommand.cs" />
<Compile Include="com\game\Speech\MagicUseSkillAndMonsterOver7Command.cs" />
<Compile Include="com\game\Speech\MagicAttackedAndMonster0to4Command.cs" />
<Compile Include="com\game\Speech\MagicAttackedAndMonster4to7Command.cs" />
<Compile Include="com\game\Speech\MagicAttackedAndHurtOverPercent10Command.cs" />
<Compile Include="com\game\Speech\MagicHPBelowPercent5Command.cs" />
<Compile Include="com\game\Speech\MagicKillBossCommand.cs" />
<Compile Include="com\game\Speech\MagicNormalSkillCycleCommand.cs" />
<Compile Include="com\game\Speech\MagicClearanceFailedCommand.cs" />
<Compile Include="com\game\Speech\MagicEnterCopyCommand.cs" />
<Compile Include="com\game\Speech\MagicGetBigRewardCommand.cs" />
<Compile Include="com\game\Speech\MagicBeautiCryCommand.cs" />
<Compile Include="com\game\Speech\MagicWinCommand.cs" />
<Compile Include="com\game\Speech\AssassinCommand.cs" />
<Compile Include="com\game\Speech\AssassinEnterCopyCommand.cs" />
<Compile Include="com\game\Speech\AssassinAttackedAndMonster0to4Command.cs" />
<Compile Include="com\game\Speech\AssassinAttackedAndMonster4to7Command.cs" />
<Compile Include="com\game\Speech\AssassinKillBossCommand.cs" />
<Compile Include="com\game\Speech\AssassinWinCommand.cs" />
<Compile Include="com\game\Speech\AssassinClearanceFailedCommand.cs" />
<Compile Include="com\game\Speech\AssassinKnockedDownCommand.cs" />
<Compile Include="com\game\Speech\AssassinDeadCommand.cs" />
<Compile Include="com\game\Speech\AssassinNormalAttack1Command.cs" />
<Compile Include="com\game\Speech\AssassinNormalAttack2Command.cs" />
<Compile Include="com\game\Speech\AssassinNormalAttack3Command.cs" />
<Compile Include="com\game\Speech\AssassinNormalAttack4Command.cs" />
<Compile Include="com\game\Speech\AssassinSkill1Command.cs" />
<Compile Include="com\game\Speech\AssassinSkill2Command.cs" />
<Compile Include="com\game\Speech\AssassinSkill3Command.cs" />
<Compile Include="com\game\Speech\AssassinSkill4Command.cs" />
<Compile Include="com\game\Speech\SpeechConst.cs" />
<Compile Include="com\game\Speech\SpeechFactory.cs" />
<Compile Include="com\game\Speech\SpeechMgr.cs" />
<Compile Include="com\game\module\TweenManager\TweenManager.cs" />
<Compile Include="com\game\module\TweenManager\TweenParams!2.cs" />
<Compile Include="com\game\autoroad\AutoRoad.cs" />
<Compile Include="com\game\autoroad\AutoRoad_old.cs" />
<Compile Include="com\game\autoroad\PathStepVo.cs" />
<Compile Include="com\game\basic\AttributeInfo.cs" />
<Compile Include="com\game\basic\CategoryType.cs" />
<Compile Include="com\game\basic\components\Sprite3D.cs" />
<Compile Include="com\game\basic\events\EventDispatcher.cs" />
<Compile Include="com\game\basic\events\EventArg.cs" />
<Compile Include="com\game\basic\events\EasyEventDispatcher.cs" />
<Compile Include="com\game\basic\events\EventObject.cs" />
<Compile Include="com\game\basic\events\IEventDispatcher.cs" />
<Compile Include="com\game\basic\GlobalAPI.cs" />
<Compile Include="com\game\basic\events\Notifier.cs" />
<Compile Include="com\game\basic\SpeakWordTriggerType.cs" />
<Compile Include="com\game\basic\KeyValueInfo.cs" />
<Compile Include="com\game\cmd\Command.cs" />
<Compile Include="com\game\cmd\CommandController.cs" />
<Compile Include="com\game\cmd\CommandType.cs" />
<Compile Include="com\game\cmd\ICommandHandler.cs" />
<Compile Include="com\game\cmd\PopUIHandler.cs" />
<Compile Include="com\game\cmd\TipHandler.cs" />
<Compile Include="com\game\consts\BuffConst.cs" />
<Compile Include="com\game\consts\ColorConst.cs" />
<Compile Include="com\game\consts\ConfigConst.cs" />
<Compile Include="com\game\consts\DungeonTaskConst.cs" />
<Compile Include="com\game\consts\EquipIdentificationConst.cs" />
<Compile Include="com\game\consts\FormulaConst.cs" />
<Compile Include="com\game\consts\GameConfig.cs" />
<Compile Include="com\game\consts\GameConst.cs" />
<Compile Include="com\game\consts\GoodsConst.cs" />
<Compile Include="com\game\consts\IconConst.cs" />
<Compile Include="com\game\consts\MapTypeConst.cs" />
<Compile Include="com\game\consts\ModuleConst.cs" />
<Compile Include="com\game\consts\MonsterCategory.cs" />
<Compile Include="com\game\consts\MonsterQuality.cs" />
<Compile Include="com\game\consts\MonsterType.cs" />
<Compile Include="com\game\consts\NetConst.cs" />
<Compile Include="com\game\consts\NpcIdConst.cs" />
<Compile Include="com\game\consts\PRTypeConst.cs" />
<Compile Include="com\game\consts\PanelDepth.cs" />
<Compile Include="com\game\consts\AtlasDepth.cs" />
<Compile Include="com\game\consts\PriceConst.cs" />
<Compile Include="com\game\consts\PromptConst.cs" />
<Compile Include="com\game\consts\ProtocolConst.cs" />
<Compile Include="com\game\consts\SortingLayerType.cs" />
<Compile Include="com\game\consts\SpeedConst.cs" />
<Compile Include="com\game\consts\StoreShopConst.cs" />
<Compile Include="com\game\consts\SysFunConst.cs" />
<Compile Include="com\game\consts\SystemSettingsConst.cs" />
<Compile Include="com\game\consts\UrlConst.cs" />
<Compile Include="com\game\consts\VIPDroitConst.cs" />
<Compile Include="com\game\consts\WifiPvpConst.cs" />
<Compile Include="com\game\data\GlobalData.cs" />
<Compile Include="com\game\data\SysAchieveConfigureVo.cs" />
<Compile Include="com\game\data\SysAchievementVo.cs" />
<Compile Include="com\game\data\SysAnnouncementVo.cs" />
<Compile Include="com\game\data\SysArenaRankAwardVo.cs" />
<Compile Include="com\game\data\SysArenaVo.cs" />
<Compile Include="com\game\data\SysBattleObjectVo.cs" />
<Compile Include="com\game\data\SysBuffVo.cs" />
<Compile Include="com\game\data\SysCameraInfoVo.cs" />
<Compile Include="com\game\data\SysComboHitVo.cs" />
<Compile Include="com\game\data\SysCompose.cs" />
<Compile Include="com\game\data\SysConfigVo.cs" />
<Compile Include="com\game\data\SysDailyTaskVo.cs" />
<Compile Include="com\game\data\SysDelayControlVo.cs" />
<Compile Include="com\game\data\SysDoorVo.cs" />
<Compile Include="com\game\data\SysDungeonChapterVo.cs" />
<Compile Include="com\game\data\SysDungeonChestVo.cs" />
<Compile Include="com\game\data\SysDungeonHelpVo.cs" />
<Compile Include="com\game\data\SysDungeonMissionVo.cs" />
<Compile Include="com\game\data\SysDungeonMon.cs" />
<Compile Include="com\game\data\SysDungeonMonsterVo.cs" />
<Compile Include="com\game\data\SysDungeonRewardVo.cs" />
<Compile Include="com\game\data\SysDungeonStarAwardVo.cs" />
<Compile Include="com\game\data\SysDungeonTaskVo.cs" />
<Compile Include="com\game\data\SysDungeonTreeVo.cs" />
<Compile Include="com\game\data\SysDungeonVo.cs" />
<Compile Include="com\game\data\SysEffectTimeVo.cs" />
<Compile Include="com\game\data\SysEquipUp.cs" />
<Compile Include="com\game\data\SysEquipUpVo.cs" />
<Compile Include="com\game\data\SysErrorCodeVo.cs" />
<Compile Include="com\game\data\SysGemComposeVo.cs" />
<Compile Include="com\game\data\SysGeneralExpVo.cs" />
<Compile Include="com\game\data\SysGeneralStarVo.cs" />
<Compile Include="com\game\data\SysGeneralVo.cs" />
<Compile Include="com\game\data\SysGuideLimitVo.cs" />
<Compile Include="com\game\data\SysGuideVo.cs" />
<Compile Include="com\game\data\SysItemsVo.cs" />
<Compile Include="com\game\data\SysJobDamageRatioVo.cs" />
<Compile Include="com\game\data\SysLanguageVo.cs" />
<Compile Include="com\game\data\SysLogDataVo.cs" />
<Compile Include="com\game\data\SysMapVo.cs" />
<Compile Include="com\game\data\SysMaterialComposeVo.cs" />
<Compile Include="com\game\data\SysModelVo.cs" />
<Compile Include="com\game\data\SysMonBornActionVo.cs" />
<Compile Include="com\game\data\SysMonsterAdaptRuleVo.cs" />
<Compile Include="com\game\data\SysMonsterBornTypeVo.cs" />
<Compile Include="com\game\data\SysMonsterDropVo.cs" />
<Compile Include="com\game\data\SysMonsterMobaVo.cs" />
<Compile Include="com\game\data\SysMonsterVo.cs" />
<Compile Include="com\game\data\SysNpcVo.cs" />
<Compile Include="com\game\data\SysPriceVo.cs" />
<Compile Include="com\game\data\SysPvpPrivateDelayVo.cs" />
<Compile Include="com\game\data\SysReadyLoadVo.cs" />
<Compile Include="com\game\data\SysRoleBaseInfoVo.cs" />
<Compile Include="com\game\data\SysRoleIconVo.cs" />
<Compile Include="com\game\data\SysRoleInfoVo.cs" />
<Compile Include="com\game\data\SysRumor.cs" />
<Compile Include="com\game\data\SysSceneResourceVo.cs" />
<Compile Include="com\game\data\SysSceneVo.cs" />
<Compile Include="com\game\data\SysShakeVo.cs" />
<Compile Include="com\game\data\SysShopItemVo.cs" />
<Compile Include="com\game\data\SysShopRefreshVo.cs" />
<Compile Include="com\game\data\SysShopVo.cs" />
<Compile Include="com\game\data\SysSkillActionVo.cs" />
<Compile Include="com\game\data\SysSkillBaseVo.cs" />
<Compile Include="com\game\data\SysSkillLevelVo.cs" />
<Compile Include="com\game\data\SysSkillTalentVo.cs" />
<Compile Include="com\game\data\SysSoulVo.cs" />
<Compile Include="com\game\data\SysStoryVo.cs" />
<Compile Include="com\game\data\SysStrengthLv.cs" />
<Compile Include="com\game\data\SysStrengthVo.cs" />
<Compile Include="com\game\data\SysTask.cs" />
<Compile Include="com\game\data\SysTrap.cs" />
<Compile Include="com\game\data\SysVipBoxVo.cs" />
<Compile Include="com\game\data\SysVipDroitVo.cs" />
<Compile Include="com\game\data\SysVipInfoVo.cs" />
<Compile Include="com\game\data\SysVipMallLimitVo.cs" />
<Compile Include="com\game\data\SysVipMallVo.cs" />
<Compile Include="com\game\data\SysWifiPvpVo.cs" />
<Compile Include="com\game\data\SysmonsterPaoPaoVo.cs" />
<Compile Include="com\game\data\SystemBuffVo.cs" />
<Compile Include="com\game\data\info\CharacterControllerInfo.cs" />
<Compile Include="com\game\events\GEvent.cs" />
<Compile Include="com\game\i18n\I18n.cs" />
<Compile Include="com\game\module\Manager\AtlasUrl.cs" />
<Compile Include="com\game\module\Manager\AtlasManager.cs" />
<Compile Include="com\game\manager\BaseDataConst.cs" />
<Compile Include="com\game\manager\BaseDataMgr.cs" />
<Compile Include="com\game\manager\CameraEffectManager.cs" />
<Compile Include="com\game\manager\ComboHitMgr.cs" />
<Compile Include="com\game\manager\ContinueCutMgr.cs" />
<Compile Include="com\game\manager\DescriptManager.cs" />
<Compile Include="com\game\module\Manager\ItemType.cs" />
<Compile Include="com\game\module\Manager\ItemManager.cs" />
<Compile Include="com\game\manager\ModelEffectManager.cs" />
<Compile Include="OpenLevelLimitManager.cs" />
<Compile Include="PlaytList.cs" />
<Compile Include="com\game\manager\SysFunMgr.cs" />
<Compile Include="com\game\manager\TickManager.cs" />
<Compile Include="com\game\manager\UBinder.cs" />
<Compile Include="com\game\manager\AssetBundleLoader.cs" />
<Compile Include="com\game\manager\AssetManager.cs" />
<Compile Include="com\game\manager\CommonModelAssetManager.cs" />
<Compile Include="com\game\manager\DownLoadState.cs" />
<Compile Include="com\game\module\Achievement\AchievementController.cs" />
<Compile Include="com\game\module\Achievement\AchievementMode.cs" />
<Compile Include="com\game\module\Achievement\Components\AchieveItemView.cs" />
<Compile Include="com\game\module\Achievement\Components\AchievementMainPanel.cs" />
<Compile Include="com\game\module\Achievement\Components\AchievementPanel.cs" />
<Compile Include="com\game\module\Achievement\Components\AchievtmentBtn.cs" />
<Compile Include="com\game\module\Achievement\data\AchieveSubType.cs" />
<Compile Include="com\game\module\Achievement\data\AchievementEventType.cs" />
<Compile Include="com\game\module\Achievement\data\AchievementInfo.cs" />
<Compile Include="com\game\module\Achievement\data\AchievementItemState.cs" />
<Compile Include="com\game\module\Achievement\data\AchievementItemInfo.cs" />
<Compile Include="com\game\module\Achievement\data\AchievementItemInfoList.cs" />
<Compile Include="com\game\module\Achievement\data\AchievementTemplateList.cs" />
<Compile Include="com\game\module\Achievement\data\AchievementType.cs" />
<Compile Include="com\game\module\Activity\ActivityControl.cs" />
<Compile Include="com\game\module\Activity\ActivityInfo.cs" />
<Compile Include="com\game\module\Activity\ActivityMode.cs" />
<Compile Include="com\game\module\Activity\ActivityPanel.cs" />
<Compile Include="com\game\module\Activity\ActivityItemView.cs" />
<Compile Include="com\game\module\Arena\ArenaConst.cs" />
<Compile Include="com\game\module\Arena\ArenaControl.cs" />
<Compile Include="com\game\module\Arena\GeneralBriefIconInfo.cs" />
<Compile Include="com\game\module\Arena\Chanllenger.cs" />
<Compile Include="com\game\module\Arena\ArenaAward.cs" />
<Compile Include="com\game\module\Arena\LogItem.cs" />
<Compile Include="com\game\module\Arena\ArenaHelper.cs" />
<Compile Include="com\game\module\Arena\ArenaManager.cs" />
<Compile Include="com\game\module\Arena\ArenaMode.cs" />
<Compile Include="com\game\module\Arena\ArenaView.cs" />
<Compile Include="com\game\module\Arena\ArenaAwardItemView.cs" />
<Compile Include="com\game\module\Arena\ArenaEndView.cs" />
<Compile Include="com\game\module\Arena\ArenaHeadView.cs" />
<Compile Include="com\game\module\Arena\ArenaLogItemView.cs" />
<Compile Include="com\game\module\Arena\ArenaLogView.cs" />
<Compile Include="com\game\module\Arena\ArenaRankInfoItemView.cs" />
<Compile Include="com\game\module\Arena\ArenaRankInfoView.cs" />
<Compile Include="com\game\module\Arena\ArenaReadyMaskView.cs" />
<Compile Include="com\game\module\Arena\ArenaRevengeConfirmView.cs" />
<Compile Include="com\game\module\Arena\ArenaRuleView.cs" />
<Compile Include="com\game\module\Arena\ArenaSelfRankInfoView.cs" />
<Compile Include="com\game\module\AutoShieldView\AutoShieldView.cs" />
<Compile Include="com\game\module\bag\ItemDetailPanel.cs" />
<Compile Include="com\game\module\bag\SysItemVoCell.cs" />
<Compile Include="com\game\module\bag\BagCell.cs" />
<Compile Include="com\game\module\newBag\BagConst.cs" />
<Compile Include="com\game\module\Role\BagControl.cs" />
<Compile Include="com\game\module\newBag\BagItemInfoView.cs" />
<Compile Include="com\game\module\Bag2\BagItemType.cs" />
<Compile Include="com\game\module\Bag2\EquipmentType.cs" />
<Compile Include="com\game\module\Bag2\StoneType.cs" />
<Compile Include="com\game\module\Role\BagMode.cs" />
<Compile Include="com\game\module\newBag\BagSellView.cs" />
<Compile Include="com\game\module\newBag\BagView.cs" />
<Compile Include="com\game\module\bag\BaseCell.cs" />
<Compile Include="com\game\module\bag\ItemCell.cs" />
<Compile Include="com\game\module\bag\ItemCellTipsView.cs" />
<Compile Include="com\game\module\Baoxiang\BaoxiangControl.cs" />
<Compile Include="com\game\module\Baoxiang\BaoxiangGetItemTenView.cs" />
<Compile Include="com\game\module\Baoxiang\BaoxiangGetItemView.cs" />
<Compile Include="com\game\module\Baoxiang\BaoxiangMode.cs" />
<Compile Include="com\game\module\Baoxiang\BaoxiangSelectView.cs" />
<Compile Include="com\game\module\Baoxiang\BaoxiangSystem.cs" />
<Compile Include="com\game\module\Baoxiang\BaoxiangWaitBuy.cs" />
<Compile Include="com\game\module\Chat\ChatControl.cs" />
<Compile Include="com\game\module\Chat\ChatMode.cs" />
<Compile Include="com\game\module\Chat\ChatTestView.cs" />
<Compile Include="com\game\module\Chat\ChatView.cs" />
<Compile Include="com\game\module\Chat\ChatConfig.cs" />
<Compile Include="com\game\module\Chat\ChatVo.cs" />
<Compile Include="com\game\module\Chat\ReceiveState.cs" />
<Compile Include="com\game\module\Chat\ChatType.cs" />
<Compile Include="com\game\module\Chat\PrivateChatObj.cs" />
<Compile Include="com\game\module\Chat\SendMesVo.cs" />
<Compile Include="com\game\module\Chat\EmotionVo.cs" />
<Compile Include="com\game\module\club\ClubApplyInfo.cs" />
<Compile Include="com\game\module\club\ClubApplyItemView.cs" />
<Compile Include="com\game\module\club\ClubApplyItemVo.cs" />
<Compile Include="com\game\module\club\ClubApplyView.cs" />
<Compile Include="com\game\module\club\ClubBasicInfo.cs" />
<Compile Include="com\game\module\club\ClubControl.cs" />
<Compile Include="com\game\module\club\ClubItemView.cs" />
<Compile Include="com\game\module\club\ClubItemVo.cs" />
<Compile Include="com\game\module\club\ClubListInfo.cs" />
<Compile Include="com\game\module\club\ClubListView.cs" />
<Compile Include="com\game\module\club\ClubMainView.cs" />
<Compile Include="com\game\module\club\ClubMemberInfo.cs" />
<Compile Include="com\game\module\club\ClubMemberItemView.cs" />
<Compile Include="com\game\module\club\ClubMemberItemVo.cs" />
<Compile Include="com\game\module\club\ClubMemberView.cs" />
<Compile Include="com\game\module\club\ClubDuty.cs" />
<Compile Include="com\game\module\club\ClubEvent.cs" />
<Compile Include="com\game\module\club\ClubMode.cs" />
<Compile Include="com\game\module\club\CreateClubView.cs" />
<Compile Include="com\game\module\ContinueCut\ComboHitView.cs" />
<Compile Include="com\game\module\ContinueCut\ContinueCutView.cs" />
<Compile Include="com\game\module\Dungeon\AwardGeneralItemView.cs" />
<Compile Include="com\game\module\Dungeon\ChapterBoxItemView.cs" />
<Compile Include="com\game\module\Dungeon\StarEffect.cs" />
<Compile Include="com\game\module\Dungeon\DungeonAwardView.cs" />
<Compile Include="DungeonChapterItemView.cs" />
<Compile Include="com\game\module\Dungeon\DungeonChapterView.cs" />
<Compile Include="com\game\module\Dungeon\DungeonChecker.cs" />
<Compile Include="com\game\module\Dungeon\DungeonControl.cs" />
<Compile Include="com\game\module\Dungeon\DungeonFailureView.cs" />
<Compile Include="com\game\module\Dungeon\DungeonFightType.cs" />
<Compile Include="com\game\module\Dungeon\DungeonInfo.cs" />
<Compile Include="com\game\module\Dungeon\DungeonInfoView.cs" />
<Compile Include="com\game\module\Dungeon\DungeonMgr.cs" />
<Compile Include="com\game\module\Dungeon\DungeonMode.cs" />
<Compile Include="com\game\module\Dungeon\DungeonPauseView.cs" />
<Compile Include="com\game\module\Dungeon\DungeonRuleView.cs" />
<Compile Include="com\game\module\Dungeon\DungeonStarAwardView.cs" />
<Compile Include="com\game\module\Dungeon\DungeonSweepView.cs" />
<Compile Include="com\game\module\Dungeon\DungeonSystem.cs" />
<Compile Include="com\game\module\Dungeon\DungeonTask\BaseDungeonTask.cs" />
<Compile Include="com\game\module\Dungeon\DungeonTask\DTGeneralDeath.cs" />
<Compile Include="com\game\module\Dungeon\DungeonTask\DTGeneralHp.cs" />
<Compile Include="com\game\module\Dungeon\DungeonTask\DTKillMonster.cs" />
<Compile Include="com\game\module\Dungeon\DungeonTask\DungeonTaskCondition.cs" />
<Compile Include="com\game\module\Dungeon\DungeonTask\DungeonTaskMgr.cs" />
<Compile Include="com\game\module\Dungeon\DungeonTask\DungeonTaskStatus.cs" />
<Compile Include="com\game\module\Dungeon\DungeonTask\IDungeonTask.cs" />
<Compile Include="com\game\module\Dungeon\DungeonTaskView.cs" />
<Compile Include="com\game\module\Dungeon\DungeonType.cs" />
<Compile Include="com\game\module\Dungeon\MulSweepView.cs" />
<Compile Include="com\game\module\Dungeon\SingleSweepView.cs" />
<Compile Include="com\game\module\Dungeon\SweepItemView.cs" />
<Compile Include="com\game\module\Dungeon\DungeonTask\MTask.cs" />
<Compile Include="com\game\module\Dungeon\DungeonTask\MTaskChecker.cs" />
<Compile Include="com\game\module\Dungeon\DungeonTask\MTaskMgr.cs" />
<Compile Include="com\game\module\Dungeon\DungeonTask\TaskCompareType.cs" />
<Compile Include="com\game\module\Dungeon\DungeonTask\MTaskType.cs" />
<Compile Include="com\game\module\Dungeon\DungeonUtil.cs" />
<Compile Include="com\game\module\Equipment\EquipmentController.cs" />
<Compile Include="com\game\module\Equipment\EquipmentMode.cs" />
<Compile Include="com\game\module\Equipment\components\CurrentOperate.cs" />
<Compile Include="com\game\module\Equipment\components\AddEquipMentPanel.cs" />
<Compile Include="com\game\module\Equipment\components\AlertPanel.cs" />
<Compile Include="com\game\module\Equipment\components\AttTips.cs" />
<Compile Include="com\game\module\Equipment\components\CellStates.cs" />
<Compile Include="com\game\module\Equipment\components\EquipCell.cs" />
<Compile Include="com\game\module\Equipment\components\EquipmentMainPanel.cs" />
<Compile Include="com\game\module\Equipment\components\GetItemTipsPanel.cs" />
<Compile Include="com\game\module\Equipment\components\HeaderItemView.cs" />
<Compile Include="com\game\module\Equipment\components\IEquipMainPanel.cs" />
<Compile Include="com\game\module\Equipment\components\IEquipmentPanel.cs" />
<Compile Include="com\game\module\Equipment\components\LinkLab.cs" />
<Compile Include="com\game\module\Equipment\components\MaterialPanel.cs" />
<Compile Include="com\game\module\Equipment\components\MaterialCommonPanel.cs" />
<Compile Include="com\game\module\Equipment\components\StoneInsertItemViewState.cs" />
<Compile Include="com\game\module\Equipment\components\StoneInsertItemView.cs" />
<Compile Include="com\game\module\Equipment\components\InsertPanel.cs" />
<Compile Include="com\game\module\Equipment\components\MixPanel.cs" />
<Compile Include="com\game\module\Equipment\components\StrengthPanel.cs" />
<Compile Include="com\game\module\Equipment\components\UpgradePanel.cs" />
<Compile Include="com\game\module\Equipment\components\TipsPanel.cs" />
<Compile Include="com\game\module\Equipment\datas\EquipmentEventType.cs" />
<Compile Include="com\game\module\Equipment\datas\InsertInfo.cs" />
<Compile Include="com\game\module\Equipment\datas\MaterialInfo.cs" />
<Compile Include="com\game\module\Equipment\datas\StoneInfo.cs" />
<Compile Include="com\game\module\Equipment\datas\MixInfo.cs" />
<Compile Include="com\game\module\Equipment\datas\StrengthInfo.cs" />
<Compile Include="com\game\module\Equipment\datas\ToEquipmentData.cs" />
<Compile Include="com\game\module\Equipment\datas\UpgradeInfo.cs" />
<Compile Include="com\game\module\Equipment\datas\WearEquipInfo.cs" />
<Compile Include="com\game\module\Equipment\utils\ParseStringUtils.cs" />
<Compile Include="com\game\module\Exp_Drup\ExpDrugController.cs" />
<Compile Include="com\game\module\Exp_Drup\ExpDrugMode.cs" />
<Compile Include="com\game\module\Exp_Drup\components\DrugItemView.cs" />
<Compile Include="com\game\module\Exp_Drup\components\ExpDrugPanel.cs" />
<Compile Include="com\game\module\Exp_Drup\components\GeneralItemView.cs" />
<Compile Include="com\game\module\Friend\FriendControl.cs" />
<Compile Include="com\game\module\Friend\FriendListView.cs" />
<Compile Include="com\game\module\Role\FriendMode.cs" />
<Compile Include="com\game\module\Friend\FriendView.cs" />
<Compile Include="com\game\module\GameSetting\GameSettingView.cs" />
<Compile Include="com\game\module\General\CellStates.cs" />
<Compile Include="com\game\module\General\CanEquipCell.cs" />
<Compile Include="com\game\module\General\Components\GeneralCardControl.cs" />
<Compile Include="com\game\module\General\Components\AttrInfo.cs" />
<Compile Include="com\game\module\General\Components\SkillItemView.cs" />
<Compile Include="com\game\module\General\Components\GeneralListItemView.cs" />
<Compile Include="com\game\module\General\GeneralControl.cs" />
<Compile Include="com\game\module\General\GeneralFightInfo.cs" />
<Compile Include="com\game\module\General\GeneralHeadItemInfo.cs" />
<Compile Include="com\game\module\General\GeneralInfo.cs" />
<Compile Include="com\game\module\General\GeneralInfoPanel.cs" />
<Compile Include="com\game\module\General\GeneralMode.cs" />
<Compile Include="com\game\module\General\GeneralPanel.cs" />
<Compile Include="com\game\module\General\GeneralTemplateInfo.cs" />
<Compile Include="com\game\module\GoldBox\GoldBoxControl.cs" />
<Compile Include="com\game\module\GoldBox\GoldGetType.cs" />
<Compile Include="com\game\module\GoldBox\GoldBoxMode.cs" />
<Compile Include="com\game\module\GoldBox\GoldBoxTipsView.cs" />
<Compile Include="com\game\module\GoldBox\GoldBoxView.cs" />
<Compile Include="com\game\module\Guide\GuideBase.cs" />
<Compile Include="com\game\module\Guide\GuideControl.cs" />
<Compile Include="com\game\module\Guide\GuideEventType.cs" />
<Compile Include="com\game\module\Guide\GuideAchieve.cs" />
<Compile Include="com\game\module\Guide\GuideBox.cs" />
<Compile Include="com\game\module\Guide\GuideDungeon.cs" />
<Compile Include="com\game\module\Guide\GuideDungeonActionII.cs" />
<Compile Include="com\game\module\Guide\GuideEquipment.cs" />
<Compile Include="com\game\module\Guide\GuideHero.cs" />
<Compile Include="com\game\module\Guide\GuideJoystick.cs" />
<Compile Include="com\game\module\Guide\GuideSkill.cs" />
<Compile Include="com\game\module\Guide\GuideSkillUpgrade.cs" />
<Compile Include="com\game\module\Guide\GuideUpgradeStar.cs" />
<Compile Include="com\game\module\Guide\GuideMode.cs" />
<Compile Include="com\game\module\Guide\GuideModel.cs" />
<Compile Include="com\game\module\Guide\GuideSystemMode.cs" />
<Compile Include="com\game\module\Guide\GuideSystemPanel.cs" />
<Compile Include="com\game\module\Guide\GuideType.cs" />
<Compile Include="com\game\module\Guide\GuideShowType.cs" />
<Compile Include="com\game\module\Guide\FunctionOpenType.cs" />
<Compile Include="com\game\module\Guide\GuideView.cs" />
<Compile Include="com\game\module\Mail\MailAttachmentView.cs" />
<Compile Include="com\game\module\Mail\MailBoxListVo.cs" />
<Compile Include="com\game\module\Mail\MailConst.cs" />
<Compile Include="com\game\module\Mail\MailControl.cs" />
<Compile Include="com\game\module\Mail\MailGetInfoVo.cs" />
<Compile Include="com\game\module\Mail\MailItem.cs" />
<Compile Include="com\game\module\Mail\MailMode.cs" />
<Compile Include="com\game\module\Mail\MailUtil.cs" />
<Compile Include="com\game\module\Mail\MailView.cs" />
<Compile Include="com\game\module\Mail\MailTempVo.cs" />
<Compile Include="com\game\module\NPCBust\NPCBustMgr.cs" />
<Compile Include="com\game\module\network\NetworkInfoView.cs" />
<Compile Include="com\game\module\NpcDialog\DialogAnimController.cs" />
<Compile Include="com\game\module\NpcDialog\DialogAnimItemInfo.cs" />
<Compile Include="com\game\module\NpcDialog\DialogAnimMode.cs" />
<Compile Include="com\game\module\NpcDialog\DialogAnimPanel.cs" />
<Compile Include="com\game\module\NpcDialog\NpcDialogModel.cs" />
<Compile Include="com\game\module\NpcDialog\NpcDialogView.cs" />
<Compile Include="com\game\module\NpcDialog\NpcFunctionItem.cs" />
<Compile Include="com\game\module\NpcDialog\NpcFunctionView.cs" />
<Compile Include="com\game\module\NpcDialog\NpcTaskView.cs" />
<Compile Include="com\game\module\Rank\RankControl.cs" />
<Compile Include="com\game\module\Rank\RankMode.cs" />
<Compile Include="com\game\module\Rank\RankType.cs" />
<Compile Include="com\game\module\Rank\RankView.cs" />
<Compile Include="com\game\module\Role\Buff\BuffControl.cs" />
<Compile Include="com\game\module\Role\Buff\BuffMode.cs" />
<Compile Include="com\game\module\Role\Corps\CorpsChangeHeadPicView.cs" />
<Compile Include="com\game\module\Role\Corps\CorpsChangeNameView.cs" />
<Compile Include="com\game\module\Role\Corps\CorpsControl.cs" />
<Compile Include="com\game\module\Role\Corps\CorpsMode.cs" />
<Compile Include="com\game\module\Role\Corps\CorpsPanel.cs" />
<Compile Include="com\game\module\Role\Corps\CorpsView.cs" />
<Compile Include="com\game\module\Role\ModelType.cs" />
<Compile Include="com\game\module\Role\RoleDisplay.cs" />
<Compile Include="com\game\module\Role\RolePropView.cs" />
<Compile Include="com\game\module\Role\RoleControl.cs" />
<Compile Include="com\game\module\Role\RoleMode.cs" />
<Compile Include="com\game\module\Role\AttrType.cs" />
<Compile Include="com\game\module\Role\RoleOther\RoleOtherView.cs" />
<Compile Include="com\game\module\Role\RoleView.cs" />
<Compile Include="com\game\module\Role\SkillSynType.cs" />
<Compile Include="com\game\module\Role\SkillControl.cs" />
<Compile Include="com\game\module\Role\SkillMode.cs" />
<Compile Include="com\game\module\Role\SkillState.cs" />
<Compile Include="com\game\module\Role\SkillTipsView.cs" />
<Compile Include="com\game\module\Role\SkillView.cs" />
<Compile Include="com\game\module\Role\SkillViewLogic.cs" />
<Compile Include="TabView.cs" />
<Compile Include="com\game\module\RoleII\BuyVigourView.cs" />
<Compile Include="com\game\module\RoleII\RoleIIControl.cs" />
<Compile Include="com\game\module\RoleII\RoleIIView.cs" />
<Compile Include="com\game\module\shop\ShopBuyView.cs" />
<Compile Include="com\game\module\shop\ShopControl.cs" />
<Compile Include="com\game\module\shop\ShopItemView.cs" />
<Compile Include="com\game\module\shop\ShopMode.cs" />
<Compile Include="com\game\module\shop\ShopTabView.cs" />
<Compile Include="com\game\module\shop\ShopView.cs" />
<Compile Include="com\game\module\skill\SkillUpgradControl.cs" />
<Compile Include="com\game\module\fight\arpg\Circle.cs" />
<Compile Include="com\game\module\fight\arpg\HalfCircle.cs" />
<Compile Include="com\game\module\fight\arpg\Rectangle.cs" />
<Compile Include="com\game\module\fight\arpg\Sector.cs" />
<Compile Include="com\game\module\fight\arpg\ShapeType.cs" />
<Compile Include="com\game\module\fight\arpg\Shape.cs" />
<Compile Include="com\game\module\fight\arpg\ShapeMgr.cs" />
<Compile Include="com\game\module\SkillUpdate\SkillUpdateItemView.cs" />
<Compile Include="com\game\module\SkillUpdate\SkillUpdateView.cs" />
<Compile Include="com\game\module\Story\BaseAction.cs" />
<Compile Include="com\game\module\Story\TalkAction.cs" />
<Compile Include="com\game\module\Story\EffectAction.cs" />
<Compile Include="com\game\module\Story\FullEffectAction.cs" />
<Compile Include="com\game\module\Story\HorseAction.cs" />
<Compile Include="com\game\module\Story\AsideAction.cs" />
<Compile Include="com\game\module\Story\MovieAction.cs" />
<Compile Include="com\game\module\Story\CameraMoveAction.cs" />
<Compile Include="com\game\module\Story\CameraShockAction.cs" />
<Compile Include="com\game\module\Story\CameraZoomAction.cs" />
<Compile Include="com\game\module\Story\EmotionAction.cs" />
<Compile Include="com\game\module\Story\CreateAction.cs" />
<Compile Include="com\game\module\Story\MoveAction.cs" />
<Compile Include="com\game\module\Story\VisibleAction.cs" />
<Compile Include="com\game\module\Story\RemoveAction.cs" />
<Compile Include="com\game\module\Story\DirectionAction.cs" />
<Compile Include="com\game\module\Story\SpellAction.cs" />
<Compile Include="com\game\module\Story\PoseAction.cs" />
<Compile Include="com\game\module\Story\DelayAction.cs" />
<Compile Include="com\game\module\Story\MapChangeAction.cs" />
<Compile Include="com\game\module\Story\StoryActionMgr.cs" />
<Compile Include="com\game\module\Story\StoryCameraMove.cs" />
<Compile Include="com\game\module\Story\StoryConst.cs" />
<Compile Include="com\game\module\Story\StoryControl.cs" />
<Compile Include="com\game\module\Story\StoryFactory.cs" />
<Compile Include="com\game\module\Story\StoryMode.cs" />
<Compile Include="com\game\module\Story\StoryRoleEvent.cs" />
<Compile Include="com\game\module\Story\StoryRoleMove.cs" />
<Compile Include="com\game\module\Story\StoryRoleSpell.cs" />
<Compile Include="com\game\module\Story\IParseNode.cs" />
<Compile Include="com\game\module\Story\ScriptBaseEntry.cs" />
<Compile Include="com\game\module\Story\ScriptBaseSceneEntry.cs" />
<Compile Include="com\game\module\Story\ScriptEnterSceneEntry.cs" />
<Compile Include="com\game\module\Story\ScriptExitSceneEntry.cs" />
<Compile Include="com\game\module\Story\ScriptBaseStageEntry.cs" />
<Compile Include="com\game\module\Story\ScriptStartStageEntry.cs" />
<Compile Include="com\game\module\Story\ScriptFightStageEntry.cs" />
<Compile Include="com\game\module\Story\ScriptEndStageEntry.cs" />
<Compile Include="com\game\module\Story\ScriptBaseTaskEntry.cs" />
<Compile Include="com\game\module\Story\ScriptReveiveTaskEntry.cs" />
<Compile Include="com\game\module\Story\ScriptFinishTaskEntry.cs" />
<Compile Include="com\game\module\Story\ScriptLevelUpEntry.cs" />
<Compile Include="com\game\module\Story\ScriptHpChangeEntry.cs" />
<Compile Include="com\game\module\Story\ScriptHeroArriveAreaEntry.cs" />
<Compile Include="com\game\module\Story\StoryView.cs" />
<Compile Include="com\game\module\SystemData\ServerTime.cs" />
<Compile Include="com\game\module\SystemSettings\SystemSettingsControl.cs" />
<Compile Include="com\game\module\SystemSettings\SystemSettingsVo.cs" />
<Compile Include="com\game\module\SystemSettings\SendBuffer.cs" />
<Compile Include="com\game\module\SystemSettings\SystemSettingsMode.cs" />
<Compile Include="com\game\module\SystemSettings\SystemSettingsView.cs" />
<Compile Include="com\game\module\Task\Daily\DailyTaskController.cs" />
<Compile Include="com\game\module\Task\Daily\DailyTaskItemView.cs" />
<Compile Include="com\game\module\Task\Daily\DailyTaskItemVo.cs" />
<Compile Include="com\game\module\Task\Daily\DailyTaskMode.cs" />
<Compile Include="com\game\module\Task\Daily\DailyTaskUtil.cs" />
<Compile Include="com\game\module\Task\Daily\DailyTaskView.cs" />
<Compile Include="com\game\module\Task\TaskControl.cs" />
<Compile Include="com\game\module\Task\TaskItem.cs" />
<Compile Include="com\game\module\Task\TaskItemPool.cs" />
<Compile Include="com\game\module\Task\TaskModel.cs" />
<Compile Include="com\game\module\Task\TaskUtil.cs" />
<Compile Include="com\game\module\Task\TaskView.cs" />
<Compile Include="com\game\module\Task\TaskStatu.cs" />
<Compile Include="com\game\module\Task\TaskVo.cs" />
<Compile Include="com\game\module\Task\WantedTaskItem.cs" />
<Compile Include="com\game\module\Task\WantedTaskView.cs" />
<Compile Include="PageIndex.cs" />
<Compile Include="com\game\module\UpdateAnnounce\UpdateAnnounceControl.cs" />
<Compile Include="com\game\module\UpdateAnnounce\UpdateAnnounceMode.cs" />
<Compile Include="com\game\module\UpdateAnnounce\UpdateAnnounceView.cs" />
<Compile Include="com\game\module\Utility\AwardInfo.cs" />
<Compile Include="com\game\module\VIP\VIPConsts.cs" />
<Compile Include="com\game\module\VIP\VIPControl.cs" />
<Compile Include="com\game\module\VIP\VIPMode.cs" />
<Compile Include="com\game\module\VIP\VIPView.cs" />
<Compile Include="com\game\module\VIP\VipDroitItemView.cs" />
<Compile Include="com\game\module\VIP\VipLeftView.cs" />
<Compile Include="com\game\module\VIP\VipRightView.cs" />
<Compile Include="com\game\module\VIP\VIPUtil.cs" />
<Compile Include="com\game\module\Waiting\WaitingView.cs" />
<Compile Include="com\game\module\WiFiPvP\ButtonType.cs" />
<Compile Include="com\game\module\WiFiPvP\WifiPvpConfromView.cs" />
<Compile Include="com\game\module\WiFiPvP\WifiPvpControl.cs" />
<Compile Include="com\game\module\WiFiPvP\FightCounter.cs" />
<Compile Include="com\game\module\WiFiPvP\Helper.cs" />
<Compile Include="com\game\module\WiFiPvP\WifiPvpManager.cs" />
<Compile Include="com\game\module\WiFiPvP\WifiPvpMode.cs" />
<Compile Include="com\game\module\WiFiPvP\WifiPvpSelecetView.cs" />
<Compile Include="com\game\module\WiFiPvP\WifiPvpItemView.cs" />
<Compile Include="com\game\module\WiFiPvP\WifiPvpView.cs" />
<Compile Include="com\game\module\WiFiPvP\WifiPvpWinView.cs" />
<Compile Include="com\game\module\battle\BattleActionBgView.cs" />
<Compile Include="com\game\module\battle\BattleActionView.cs" />
<Compile Include="com\game\module\battle\BattleBottomLeftView.cs" />
<Compile Include="com\game\module\battle\BattleBottomRightView.cs" />
<Compile Include="com\game\module\battle\BattleCenterView.cs" />
<Compile Include="com\game\module\battle\BattleControl.cs" />
<Compile Include="com\game\module\battle\BattleLeft.cs" />
<Compile Include="com\game\module\battle\BattleLeftView.cs" />
<Compile Include="com\game\module\battle\BattleMode.cs" />
<Compile Include="com\game\module\battle\BattleRightView.cs" />
<Compile Include="com\game\module\battle\BattleTopLeftView.cs" />
<Compile Include="com\game\module\battle\BattleTopRightView.cs" />
<Compile Include="com\game\module\battle\BattleTopView.cs" />
<Compile Include="com\game\module\battle\BattleView.cs" />
<Compile Include="com\game\module\chatII\ChatIIPanel.cs" />
<Compile Include="com\game\module\chatII\ChatIIVoiceManeger.cs" />
<Compile Include="com\game\module\chatII\ChatIIControl.cs" />
<Compile Include="com\game\module\chatII\ChatIIType.cs" />
<Compile Include="com\game\module\chatII\ChatIIMode.cs" />
<Compile Include="com\game\module\chatII\ChatIIBaseView.cs" />
<Compile Include="com\game\module\chatII\ChatIIDiscussView.cs" />
<Compile Include="com\game\module\chatII\ChatIIFriendInfoView.cs" />
<Compile Include="com\game\module\chatII\ChatIIFriendItemView.cs" />
<Compile Include="com\game\module\chatII\ChatIIFriendView.cs" />
<Compile Include="com\game\module\chatII\ChatIIGridView.cs" />
<Compile Include="com\game\module\chatII\ChatIIHeadView.cs" />
<Compile Include="com\game\module\chatII\ChatIIInputView.cs" />
<Compile Include="com\game\module\chatII\ChatIIMainPanel.cs" />
<Compile Include="com\game\module\chatII\ChatMessageNumView.cs" />
<Compile Include="com\game\module\chatII\ChatIIMessageSoundView.cs" />
<Compile Include="com\game\module\chatII\ChatIIOtherMessageItemView.cs" />
<Compile Include="com\game\module\chatII\MessageType.cs" />
<Compile Include="com\game\module\chatII\MessageOwnerType.cs" />
<Compile Include="com\game\module\chatII\ChatIISelfMessageItemView.cs" />
<Compile Include="com\game\module\chatII\ChatIISoundBtn.cs" />
<Compile Include="com\game\module\chatII\ChatIIToggleBtnView.cs" />
<Compile Include="com\game\module\chatII\ChatIIUIInput.cs" />
<Compile Include="com\game\module\chatII\IBaseMessageView.cs" />
<Compile Include="com\game\module\chatII\IChatIIMessageView.cs" />
<Compile Include="com\game\module\chatII\ChatIIConfig.cs" />
<Compile Include="com\game\module\chatII\ChatIIVo.cs" />
<Compile Include="com\game\module\chatII\SendMessageVo.cs" />
<Compile Include="com\game\module\chatII\EmotionInfo.cs" />
<Compile Include="com\game\module\effect\EffectType.cs" />
<Compile Include="com\game\module\effect\Effect.cs" />
<Compile Include="com\game\module\effect\AreaDamageEffectAction.cs" />
<Compile Include="com\game\module\effect\BaseBulletEffectAction.cs" />
<Compile Include="com\game\module\effect\BaseEffectAction.cs" />
<Compile Include="com\game\module\effect\CatapultEffectAction.cs" />
<Compile Include="com\game\module\effect\EffectActionManager.cs" />
<Compile Include="com\game\module\effect\IEffectAction.cs" />
<Compile Include="com\game\module\effect\NormalEffectAction.cs" />
<Compile Include="com\game\module\effect\PenetrateEffectAction.cs" />
<Compile Include="com\game\module\effect\SelfCenterAreaDamageEffectAction.cs" />
<Compile Include="com\game\module\effect\ShipSkillEffectAction.cs" />
<Compile Include="com\game\module\effect\StoneThrowEffectAction.cs" />
<Compile Include="com\game\module\effect\TrackEffectAction.cs" />
<Compile Include="com\game\module\effect\EffectControlerII.cs" />
<Compile Include="com\game\module\effect\EffectFactory.cs" />
<Compile Include="com\game\module\effect\EffectId.cs" />
<Compile Include="com\game\module\effect\CacheEffectInfo.cs" />
<Compile Include="com\game\module\effect\MountEffect.cs" />
<Compile Include="com\game\module\effect\EffectMgr.cs" />
<Compile Include="com\game\module\effect\EffectRandom.cs" />
<Compile Include="com\game\module\fight\arpg\BuffController.cs" />
<Compile Include="com\game\module\fight\arpg\BuffUtil.cs" />
<Compile Include="com\game\module\fight\arpg\DamageCheck.cs" />
<Compile Include="com\game\module\fight\arpg\GameFormula.cs" />
<Compile Include="com\game\module\fight\arpg\SkillRangeCheck.cs" />
<Compile Include="com\game\module\fight\arpg\SkillTargetCheck.cs" />
<Compile Include="com\game\module\fight\arpg\SoulHelper.cs" />
<Compile Include="com\game\module\fight\arpg\Soul.cs" />
<Compile Include="com\game\module\fight\vo\ActionVo.cs" />
<Compile Include="com\game\module\fight\vo\AttackVo.cs" />
<Compile Include="com\game\module\fight\vo\BuffVo.cs" />
<Compile Include="com\game\module\fight\vo\FightAttributeVo.cs" />
<Compile Include="com\game\module\fight\vo\SimpleBuffVo.cs" />
<Compile Include="com\game\module\freshmanGuide\Action\ActionGenerator.cs" />
<Compile Include="com\game\module\freshmanGuide\Action\ActionManager.cs" />
<Compile Include="com\game\module\freshmanGuide\Action\ActionType.cs" />
<Compile Include="com\game\module\freshmanGuide\Action\BaseAction.cs" />
<Compile Include="com\game\module\freshmanGuide\Action\BaseRoleAction.cs" />
<Compile Include="com\game\module\freshmanGuide\Action\CameraEffectType.cs" />
<Compile Include="com\game\module\freshmanGuide\Action\CameraMoveAction.cs" />
<Compile Include="com\game\module\freshmanGuide\Action\CreateMonsterAction.cs" />
<Compile Include="com\game\module\freshmanGuide\Action\DialogAction.cs" />
<Compile Include="com\game\module\freshmanGuide\Action\EffectInfo.cs" />
<Compile Include="com\game\module\freshmanGuide\Action\EffectAction.cs" />
<Compile Include="com\game\module\freshmanGuide\Action\GuideType.cs" />
<Compile Include="com\game\module\freshmanGuide\Action\GuideAction.cs" />
<Compile Include="com\game\module\freshmanGuide\Action\IAction.cs" />
<Compile Include="com\game\module\freshmanGuide\Action\IActionManager.cs" />
<Compile Include="com\game\module\freshmanGuide\Action\KillMonsterAction.cs" />
<Compile Include="com\game\module\freshmanGuide\Action\ParallerActionManager.cs" />
<Compile Include="com\game\module\freshmanGuide\Action\ParseActionScript.cs" />
<Compile Include="com\game\module\freshmanGuide\Action\SequeneceActionManager.cs" />
<Compile Include="com\game\module\freshmanGuide\CameraMoveController.cs" />
<Compile Include="com\game\module\freshmanGuide\FreshmanGuideController.cs" />
<Compile Include="com\game\module\freshmanGuide\FreshmanGuideMode.cs" />
<Compile Include="com\game\module\freshmanGuide\StroyActionRoot.cs" />
<Compile Include="com\game\module\freshmanGuide\components\DialogView.cs" />
<Compile Include="HUDRoot.cs" />
<Compile Include="com\game\module\fight\HUDText.cs" />
<Compile Include="HUDTextII.cs" />
<Compile Include="com\game\module\hud\HudView.cs" />
<Compile Include="com\game\module\hud\stub\ColorPreds.cs" />
<Compile Include="com\game\module\hud\stub\WordPreds.cs" />
<Compile Include="com\game\module\loading\StartLoadingView.cs" />
<Compile Include="com\game\module\login\AnnouncementPanel.cs" />
<Compile Include="com\game\module\login\LoginControl.cs" />
<Compile Include="com\game\module\login\LoginMode.cs" />
<Compile Include="com\game\module\login\LoginPanel.cs" />
<Compile Include="com\game\module\login\LoginView.cs" />
<Compile Include="com\game\module\login\SelectServerControl.cs" />
<Compile Include="com\game\module\login\SelectServerMode.cs" />
<Compile Include="com\game\module\login\SelectServerView.cs" />
<Compile Include="com\game\module\login\ServerInfo.cs" />
<Compile Include="com\game\module\login\ServerListInfo.cs" />
<Compile Include="com\game\module\login\rolecreate\RoleCreatePanel.cs" />
<Compile Include="com\game\module\rolecreate\RoleCreateView.cs" />
<Compile Include="CameraFollwoModel.cs" />
<Compile Include="ModelControl.cs" />
<Compile Include="com\game\module\main\BaseVariableGridItem.cs" />
<Compile Include="com\game\module\main\MainBottomChatItemView.cs" />
<Compile Include="com\game\module\main\MainBottomLeftView.cs" />
<Compile Include="com\game\module\main\MainBottomRightView.cs" />
<Compile Include="com\game\module\main\MainBottomView.cs" />
<Compile Include="com\game\module\main\MainChatGridView.cs" />
<Compile Include="com\game\module\main\MainLeftView.cs" />
<Compile Include="com\game\module\main\MainMapView.cs" />
<Compile Include="MainToolView.cs" />
<Compile Include="com\game\module\main\MainTopLeftView.cs" />
<Compile Include="com\game\module\main\MainTopRightView.cs" />
<Compile Include="com\game\module\main\MainTopView.cs" />
<Compile Include="com\game\module\main\MainView.cs" />
<Compile Include="com\game\module\map\BattleObjectViewMgr.cs" />
<Compile Include="com\game\module\map\BattleObjectCache.cs" />
<Compile Include="com\game\module\map\BattleObjectManagerHelper.cs" />
<Compile Include="com\game\module\map\BattleObjectMgr.cs" />
<Compile Include="com\game\module\map\BossBorn\BaseBossBorn.cs" />
<Compile Include="com\game\module\map\BossBorn\BossBornManager.cs" />
<Compile Include="com\game\module\map\BossBorn\BossBornType.cs" />
<Compile Include="com\game\module\map\BossBorn\BossDeployItemInfo.cs" />
<Compile Include="com\game\module\map\BossBorn\IBossBorn.cs" />
<Compile Include="com\game\module\map\BossBorn\PlayerAnimationBossBorn.cs" />
<Compile Include="com\game\module\map\BossBorn\RiseUpGroundBossBorn.cs" />
<Compile Include="com\game\module\map\BossBorn\RunToPointBossBorn.cs" />
<Compile Include="com\game\module\map\BossBorn\ThroughoutDoorBossBorn.cs" />
<Compile Include="com\game\module\map\ChestEvent.cs" />
<Compile Include="com\game\module\map\ChestViewMgr.cs" />
<Compile Include="com\game\module\map\ChestMgr.cs" />
<Compile Include="com\game\module\map\Data\BaseSceneNPCInfo.cs" />
<Compile Include="com\game\module\map\Data\BaseSceneObjInfo.cs" />
<Compile Include="com\game\module\map\Data\MapElementType.cs" />
<Compile Include="com\game\module\map\DungeonPlayerDriver.cs" />
<Compile Include="com\game\module\map\MapAiPath.cs" />
<Compile Include="com\game\module\map\MapControlII.cs" />
<Compile Include="com\game\module\map\MapMode.cs" />
<Compile Include="com\game\module\map\cameraType.cs" />
<Compile Include="com\game\module\map\MapCameraScriptData.cs" />
<Compile Include="com\game\module\map\MonsterBornType.cs" />
<Compile Include="com\game\module\map\MonsterMgr.cs" />
<Compile Include="com\game\module\map\NPC\BaseActionController.cs" />
<Compile Include="com\game\module\map\NPC\BaseCharacter.cs" />
<Compile Include="com\game\module\map\NPC\BaseSceneNPC.cs" />
<Compile Include="com\game\module\map\NPC\BaseSceneObject.cs" />
<Compile Include="com\game\module\map\NPC\CharacterLoader.cs" />
<Compile Include="com\game\module\map\NPC\ClickTrigger.cs" />
<Compile Include="com\game\module\map\NPC\NPCAnimationEventDispathcer.cs" />
<Compile Include="com\game\module\map\NPC\NPCController.cs" />
<Compile Include="com\game\module\map\NPC\SceneCharacter.cs" />
<Compile Include="com\game\module\map\PlayerMgr.cs" />
<Compile Include="com\game\module\map\PrivateCache.cs" />
<Compile Include="com\game\module\map\PrivateMgr.cs" />
<Compile Include="com\game\module\map\SelfPlayerManager.cs" />
<Compile Include="com\game\module\map\monster\MonsterActivator.cs" />
<Compile Include="com\game\module\map\monster\MonsterActiveType.cs" />
<Compile Include="com\game\module\map\monster\MonsterArea.cs" />
<Compile Include="com\game\module\map\monster\MonsterAreaCache.cs" />
<Compile Include="com\game\module\map\monster\MonsterCache.cs" />
<Compile Include="com\game\module\map\monster\MonsterStage.cs" />
<Compile Include="com\game\module\map\monster\MonsterMobCache.cs" />
<Compile Include="com\game\module\core\BaseControl!1.cs" />
<Compile Include="com\game\module\core\BaseMode!1.cs" />
<Compile Include="com\game\module\core\ViewLayer.cs" />
<Compile Include="com\game\module\core\ViewType.cs" />
<Compile Include="com\game\module\core\BaseView!1.cs" />
<Compile Include="com\game\module\core\IView.cs" />
<Compile Include="com\game\module\core\ViewManager.cs" />
<Compile Include="com\game\module\core\CoroutineManager.cs" />
<Compile Include="com\game\module\core\CoroutineBehaviour.cs" />
<Compile Include="com\game\module\core\EventManager.cs" />
<Compile Include="com\game\module\core\Singleton!1.cs" />
<Compile Include="com\game\module\core\Task.cs" />
<Compile Include="com\game\module\core\TaskManager.cs" />
<Compile Include="com\game\module\core\UIController.cs" />
<Compile Include="DragPanel.cs" />
<Compile Include="HightLightAlways.cs" />
<Compile Include="HightLightControl.cs" />
<Compile Include="UICheckboxX.cs" />
<Compile Include="com\game\preloader\IPreloader.cs" />
<Compile Include="com\game\preloader\PreloaderFactory.cs" />
<Compile Include="com\game\sound\SoundId.cs" />
<Compile Include="com\game\sound\AudioSetting.cs" />
<Compile Include="com\game\sound\SoundMgr.cs" />
<Compile Include="com\game\sound\SoundPlayer.cs" />
<Compile Include="com\game\tips\InteractMenuView.cs" />
<Compile Include="com\game\tips\UpgradeAdvancedView.cs" />
<Compile Include="com\game\tips\VigourTipView.cs" />
<Compile Include="com\game\ui\AtlasMgr.cs" />
<Compile Include="LoopScrollView.cs" />
<Compile Include="com\game\ui\Map.cs" />
<Compile Include="NGUIJoystick.cs" />
<Compile Include="com\game\ui\Table.cs" />
<Compile Include="com\game\ui\TweenScrollbar.cs" />
<Compile Include="com\game\ui\TweenSlider.cs" />
<Compile Include="com\game\module\UIButtonX.cs" />
<Compile Include="com\game\ui\UIColor.cs" />
<Compile Include="com\game\ui\UIDragPageController.cs" />
<Compile Include="com\game\ui\UIDragPageX.cs" />
<Compile Include="com\game\ui\DragXPostion.cs" />
<Compile Include="com\game\ui\UIDragXPage.cs" />
<Compile Include="com\game\ui\UIFlagController.cs" />
<Compile Include="com\game\ui\UIPageController.cs" />
<Compile Include="com\game\ui\UIScreenAdaptive.cs" />
<Compile Include="com\game\module\UITab.cs" />
<Compile Include="com\game\module\UITabController.cs" />
<Compile Include="com\game\module\ViewTree.cs" />
<Compile Include="com\game\module\Viewport.cs" />
<Compile Include="com\game\ui\tmp\UIDragPageController.cs" />
<Compile Include="com\game\ui\tmp\UIDragPageX.cs" />
<Compile Include="com\game\utils\ColorUtils.cs" />
<Compile Include="FormulaUtils.cs" />
<Compile Include="com\game\utils\LanguageUtils.cs" />
<Compile Include="com\game\utils\MathUtils.cs" />
<Compile Include="com\game\utils\PanelType.cs" />
<Compile Include="com\game\utils\PanelTypeUtils.cs" />
<Compile Include="com\game\utils\PhoneUtil.cs" />
<Compile Include="com\game\utils\PointUtils.cs" />
<Compile Include="com\game\utils\PrintPos.cs" />
<Compile Include="com\utils\SerializerUtils.cs" />
<Compile Include="com\game\utils\ShaderUtils.cs" />
<Compile Include="com\game\utils\StringUtils.cs" />
<Compile Include="com\game\utils\TimeProp.cs" />
<Compile Include="com\game\utils\TimeUtil.cs" />
<Compile Include="vp_TimeUtility.cs" />
<Compile Include="vp_Timer.cs" />
<Compile Include="com\game\utils\Tools.cs" />
<Compile Include="TweenUtils.cs" />
<Compile Include="com\game\utils\UrlUtils.cs" />
<Compile Include="com\game\utils\VarMgr.cs" />
<Compile Include="iTween.cs" />
<Compile Include="com\game\vo\BaseRoleVo.cs" />
<Compile Include="com\u3d\bases\display\vo\BattleObjectVo.cs" />
<Compile Include="com\u3d\bases\display\vo\ChestVo.cs" />
<Compile Include="com\game\vo\EffectVo.cs" />
<Compile Include="com\game\vo\MeVo.cs" />
<Compile Include="com\game\vo\MonsterParamStruct.cs" />
<Compile Include="com\game\vo\MonsterVo.cs" />
<Compile Include="com\game\vo\ActionCheck.cs" />
<Compile Include="com\game\vo\BloodCheck.cs" />
<Compile Include="com\game\vo\CycleCheck.cs" />
<Compile Include="com\game\vo\FightCycleCheck.cs" />
<Compile Include="com\game\vo\RebornCheck.cs" />
<Compile Include="com\game\vo\DeadCheck.cs" />
<Compile Include="com\game\vo\AttackedCheck.cs" />
<Compile Include="com\game\vo\RelyCheck.cs" />
<Compile Include="com\game\vo\BloodBroad.cs" />
<Compile Include="com\game\vo\LimitTar.cs" />
<Compile Include="com\game\vo\MonRandomSkill.cs" />
<Compile Include="com\game\vo\PlayerVo.cs" />
<Compile Include="com\game\vo\SkillInfoVo.cs" />
<Compile Include="com\game\vo\StateVo.cs" />
<Compile Include="com\game\vo\StateVoOld.cs" />
<Compile Include="com\game\vo\TrapVo.cs" />
<Compile Include="UIEffectRenderQueue.cs" />
<Compile Include="com\net\NetData.cs" />
<Compile Include="com\net\NetFactory.cs" />
<Compile Include="com\net\NetSocket.cs" />
<Compile Include="com\net\debug\NetLog.cs" />
<Compile Include="com\net\interfaces\INetData.cs" />
<Compile Include="com\net\interfaces\IP8583Msg.cs" />
<Compile Include="com\net\interfaces\ISocket.cs" />
<Compile Include="com\net\p8583\NetParams.cs" />
<Compile Include="com\net\p8583\P8583Parser.cs" />
<Compile Include="com\net\p8583\utils\BitUtils.cs" />
<Compile Include="com\net\p8583\utils\HexUtils.cs" />
<Compile Include="com\net\p8583\utils\MiscUtils.cs" />
<Compile Include="com\net\p8583\vo\P8583Msg.cs" />
<Compile Include="com\net\p8583\vo\P8583Tep.cs" />
<Compile Include="Proto\ByteUtil.cs" />
<Compile Include="com\game\cmd\CMD.cs" />
<Compile Include="Proto\Module_1.cs" />
<Compile Include="Proto\Module_10.cs" />
<Compile Include="Proto\Module_12.cs" />
<Compile Include="Proto\Module_13.cs" />
<Compile Include="Proto\Module_14.cs" />
<Compile Include="Proto\Module_15.cs" />
<Compile Include="Proto\Module_19.cs" />
<Compile Include="Proto\Module_2.cs" />
<Compile Include="Proto\Module_21.cs" />
<Compile Include="Proto\Module_23.cs" />
<Compile Include="Proto\Module_3.cs" />
<Compile Include="Proto\Module_32.cs" />
<Compile Include="Proto\Module_35.cs" />
<Compile Include="Proto\Module_36.cs" />
<Compile Include="Proto\Module_37.cs" />
<Compile Include="Proto\Module_4.cs" />
<Compile Include="Proto\Module_40.cs" />
<Compile Include="Proto\Module_41.cs" />
<Compile Include="Proto\Module_42.cs" />
<Compile Include="Proto\Module_43.cs" />
<Compile Include="Proto\Module_44.cs" />
<Compile Include="Proto\Module_5.cs" />
<Compile Include="Proto\Module_6.cs" />
<Compile Include="Proto\Module_7.cs" />
<Compile Include="Proto\Module_8.cs" />
<Compile Include="Proto\Module_9.cs" />
<Compile Include="Proto\LoginClientInfoMsg_1_6.cs" />
<Compile Include="Proto\LoginCreateRoleMsg_1_3.cs" />
<Compile Include="Proto\LoginHeartMsg_1_0.cs" />
<Compile Include="Proto\LoginLoginKeyMsg_1_8.cs" />
<Compile Include="Proto\LoginLoginMsg_1_1.cs" />
<Compile Include="Proto\LoginPingMsg_1_9.cs" />
<Compile Include="Proto\LoginRejectMsg_1_4.cs" />
<Compile Include="Proto\LoginSelectRoleMsg_1_2.cs" />
<Compile Include="Proto\LoginStepMsg_1_7.cs" />
<Compile Include="Proto\LoginStopMsg_1_5.cs" />
<Compile Include="Proto\ChatBasicInfoReqMsg_10_10.cs" />
<Compile Include="Proto\ChatClientCommitErrorMsg_10_9.cs" />
<Compile Include="Proto\ChatContentPushMsg_10_3.cs" />
<Compile Include="Proto\ChatGmAdviceMsg_10_8.cs" />
<Compile Include="Proto\ChatHornLengthMsg_10_5.cs" />
<Compile Include="Proto\ChatPrivateChatMsg_10_2.cs" />
<Compile Include="Proto\ChatPrivateChatVoiceMsg_10_12.cs" />
<Compile Include="Proto\ChatReqMsg_10_1.cs" />
<Compile Include="Proto\ChatReqVoiceMsg_10_11.cs" />
<Compile Include="Proto\ChatRumorMsg_10_7.cs" />
<Compile Include="Proto\ChatShowInfoMsg_10_4.cs" />
<Compile Include="Proto\ChatSysAnounceMsg_10_6.cs" />
<Compile Include="Proto\ChatVoiceContentPushMsg_10_14.cs" />
<Compile Include="Proto\ChatVoiceInfoReqMsg_10_13.cs" />
<Compile Include="Proto\MailDelAllMsg_12_7.cs" />
<Compile Include="Proto\MailDelMailMsg_12_3.cs" />
<Compile Include="Proto\MailGetAllAttachMsg_12_8.cs" />
<Compile Include="Proto\MailGetBoxListMsg_12_1.cs" />
<Compile Include="Proto\MailGetInfoMsg_12_2.cs" />
<Compile Include="Proto\MailNewMailInformMsg_12_6.cs" />
<Compile Include="Proto\MailSendMsg_12_9.cs" />
<Compile Include="Proto\MailTakeAttachMsg_12_4.cs" />
<Compile Include="Proto\SkillAllStudyMsg_13_6.cs" />
<Compile Include="Proto\SkillDamageMsg_13_2.cs" />
<Compile Include="Proto\SkillDamageSyncMsg_13_12.cs" />
<Compile Include="Proto\SkillInfoMsg_13_4.cs" />
<Compile Include="Proto\SkillMonUseMsg_13_9.cs" />
<Compile Include="Proto\SkillMonWorkMsg_13_10.cs" />
<Compile Include="Proto\SkillPointMsg_13_3.cs" />
<Compile Include="Proto\SkillResetMsg_13_7.cs" />
<Compile Include="Proto\SkillStudyMsg_13_5.cs" />
<Compile Include="Proto\SkillUseMsg_13_0.cs" />
<Compile Include="Proto\SkillUseSyncMsg_13_11.cs" />
<Compile Include="Proto\SkillWarnMsg_13_8.cs" />
<Compile Include="Proto\SkillWorkMsg_13_1.cs" />
<Compile Include="Proto\WifiPvpAddBattleObjectMsg_14_19.cs" />
<Compile Include="Proto\WifiPvpAddHpMsg_14_17.cs" />
<Compile Include="Proto\WifiPvpAddIntranetPlayerMsg_14_12.cs" />
<Compile Include="Proto\WifiPvpAddMonMsg_14_14.cs" />
<Compile Include="Proto\WifiPvpAddPrivateMsg_14_15.cs" />
<Compile Include="Proto\WifiPvpAddSummonMsg_14_22.cs" />
<Compile Include="Proto\WifiPvpBattleObjectPickedMsg_14_21.cs" />
<Compile Include="Proto\WifiPvpDamageSyncMsg_14_6.cs" />
<Compile Include="Proto\WifiPvpDeadMsg_14_7.cs" />
<Compile Include="Proto\WifiPvpDelIntranetPlayerMsg_14_13.cs" />
<Compile Include="Proto\WifiPvpEndMsg_14_2.cs" />
<Compile Include="Proto\WifiPvpForceMoveSyncMsg_14_4.cs" />
<Compile Include="Proto\WifiPvpPosFixMsg_14_9.cs" />
<Compile Include="Proto\WifiPvpReliveMsg_14_8.cs" />
<Compile Include="Proto\WifiPvpRequestAttrsMsg_14_3.cs" />
<Compile Include="Proto\WifiPvpRequestEnterMsg_14_1.cs" />
<Compile Include="Proto\WifiPvpStartFlushMsg_14_10.cs" />
<Compile Include="Proto\WifiPvpStopFlushMsg_14_11.cs" />
<Compile Include="Proto\WifiPvpSyncBattleObjectMsg_14_20.cs" />
<Compile Include="Proto\WifiPvpSyncPrivateMsg_14_16.cs" />
<Compile Include="Proto\WifiPvpSyncSoulMsg_14_18.cs" />
<Compile Include="Proto\WifiPvpUseSkillSyncMsg_14_5.cs" />
<Compile Include="Proto\ShopBuyMsg_15_2.cs" />
<Compile Include="Proto\ShopInfoMsg_15_1.cs" />
<Compile Include="Proto\ShopRefreshMsg_15_3.cs" />
<Compile Include="Proto\SkillLearningAllInfoMsg_19_1.cs" />
<Compile Include="Proto\SkillLearningSkillLvlupMsg_19_2.cs" />
<Compile Include="Proto\SkillLearningSkillPointMsg_19_4.cs" />
<Compile Include="Proto\GeneralAddExpMsg_2_8.cs" />
<Compile Include="Proto\GeneralFightAttrWifiMsg_2_9.cs" />
<Compile Include="Proto\GeneralGeneralLvlMsg_2_6.cs" />
<Compile Include="Proto\GeneralGetGeneralAttrMsg_2_4.cs" />
<Compile Include="Proto\GeneralGetListMsg_2_1.cs" />
<Compile Include="Proto\GeneralOtherRoleGeneralInfoMsg_2_7.cs" />
<Compile Include="Proto\GeneralSetFightListMsg_2_2.cs" />
<Compile Include="Proto\GeneralSetFightMsg_2_3.cs" />
<Compile Include="Proto\GeneralStarMsg_2_5.cs" />
<Compile Include="Proto\RankInfoMsg_21_1.cs" />
<Compile Include="Proto\DuplicateBuyDupCountMsg_23_13.cs" />
<Compile Include="Proto\DuplicateDupAwardMsg_23_5.cs" />
<Compile Include="Proto\DuplicateDupDropMsg_23_8.cs" />
<Compile Include="Proto\DuplicateDupEndMsg_23_10.cs" />
<Compile Include="Proto\DuplicateDupInfoMsg_23_1.cs" />
<Compile Include="Proto\DuplicateDupMopUpMsg_23_9.cs" />
<Compile Include="Proto\DuplicateDupPauseMsg_23_6.cs" />
<Compile Include="Proto\DuplicateDupResumeMsg_23_7.cs" />
<Compile Include="Proto\DuplicateDupStarAwardInfoMsg_23_11.cs" />
<Compile Include="Proto\DuplicateEnterMissionMsg_23_3.cs" />
<Compile Include="Proto\DuplicateEnterMsg_23_2.cs" />
<Compile Include="Proto\DuplicateGetDupStarAwardMsg_23_12.cs" />
<Compile Include="Proto\DuplicateQuitDupMsg_23_4.cs" />
<Compile Include="Proto\RoleAttrMsg_3_4.cs" />
<Compile Include="Proto\RoleChangeBackgroundMsg_3_12.cs" />
<Compile Include="Proto\RoleChangeGeneralMsg_3_9.cs" />
<Compile Include="Proto\RoleChangeIconMsg_3_7.cs" />
<Compile Include="Proto\RoleChangeNameMsg_3_8.cs" />
<Compile Include="Proto\RoleExpIncMsg_3_10.cs" />
<Compile Include="Proto\RoleFortuneMsg_3_5.cs" />
<Compile Include="Proto\RoleGetPlotMsg_3_13.cs" />
<Compile Include="Proto\RoleGmZhyListMsg_3_50.cs" />
<Compile Include="Proto\RoleGoldBuyInfoMsg_3_42.cs" />
<Compile Include="Proto\RoleGoldBuyMsg_3_43.cs" />
<Compile Include="Proto\RoleHpMpChangeMsg_3_6.cs" />
<Compile Include="Proto\RoleInfoMsg_3_1.cs" />
<Compile Include="Proto\RoleInfoOtherMsg_3_3.cs" />
<Compile Include="Proto\RoleListMsg_3_2.cs" />
<Compile Include="Proto\RoleOnlineTimeMsg_3_30.cs" />
<Compile Include="Proto\RoleReviveMsg_3_20.cs" />
<Compile Include="Proto\RoleSetPlotMsg_3_14.cs" />
<Compile Include="Proto\RoleSyncMsg_3_44.cs" />
<Compile Include="Proto\RoleUpgradeMsg_3_11.cs" />
<Compile Include="Proto\RoleVigourBuyMsg_3_40.cs" />
<Compile Include="Proto\RoleVigourInfoMsg_3_41.cs" />
<Compile Include="Proto\VipGetRewardMsg_32_2.cs" />
<Compile Include="Proto\VipInfoMsg_32_1.cs" />
<Compile Include="Proto\BuffAddSyncMsg_35_4.cs" />
<Compile Include="Proto\BuffRemoveSyncMsg_35_5.cs" />
<Compile Include="Proto\BuffStateSyncMsg_35_3.cs" />
<Compile Include="Proto\BuffSyncMsg_35_2.cs" />
<Compile Include="Proto\BuffSysBuffMsg_35_1.cs" />
<Compile Include="Proto\ItemBatchUseMsg_36_5.cs" />
<Compile Include="Proto\ItemDeleteMsg_36_4.cs" />
<Compile Include="Proto\ItemEquipLvUpMsg_36_7.cs" />
<Compile Include="Proto\ItemEquipStrengthMsg_36_10.cs" />
<Compile Include="Proto\ItemEquipTreasureMountMsg_36_8.cs" />
<Compile Include="Proto\ItemEquipTreasureUnmountMsg_36_13.cs" />
<Compile Include="Proto\ItemEquipWearMsg_36_11.cs" />
<Compile Include="Proto\ItemListMsg_36_1.cs" />
<Compile Include="Proto\ItemLvPutMaterialMsg_36_6.cs" />
<Compile Include="Proto\ItemMaterialMakeMsg_36_12.cs" />
<Compile Include="Proto\ItemSellMsg_36_3.cs" />
<Compile Include="Proto\ItemTreasureMakeMsg_36_9.cs" />
<Compile Include="Proto\ItemUseMsg_36_2.cs" />
<Compile Include="Proto\TreasureBuyMsg_37_3.cs" />
<Compile Include="Proto\TreasureHintMsg_37_1.cs" />
<Compile Include="Proto\TreasureOpenPanelMsg_37_2.cs" />
<Compile Include="Proto\MapAttackEnergySyncMsg_4_19.cs" />
<Compile Include="Proto\MapBattleObjectEnterMsg_4_21.cs" />
<Compile Include="Proto\MapEnterDoorMsg_4_18.cs" />
<Compile Include="Proto\MapEnterReqMsg_4_17.cs" />
<Compile Include="Proto\MapFightStateMsg_4_22.cs" />
<Compile Include="Proto\MapFinishMsg_4_15.cs" />
<Compile Include="Proto\MapMonBornSightMsg_4_23.cs" />
<Compile Include="Proto\MapMonDeadMsg_4_12.cs" />
<Compile Include="Proto\MapMonEnterMsg_4_7.cs" />
<Compile Include="Proto\MapMonLeaveMsg_4_8.cs" />
<Compile Include="Proto\MapMonMoveMsg_4_9.cs" />
<Compile Include="Proto\MapMonRebornMsg_4_20.cs" />
<Compile Include="Proto\MapMonUpdateMsg_4_11.cs" />
<Compile Include="Proto\MapMoveMsg_4_6.cs" />
<Compile Include="Proto\MapPhaseMsg_4_14.cs" />
<Compile Include="Proto\MapRoleDeadMsg_4_13.cs" />
<Compile Include="Proto\MapRoleEnterMsg_4_4.cs" />
<Compile Include="Proto\MapRoleLeaveMsg_4_5.cs" />
<Compile Include="Proto\MapRoleUpdateMsg_4_10.cs" />
<Compile Include="Proto\MapSightMsg_4_2.cs" />
<Compile Include="Proto\MapSummonMonsterDeadMsg_4_24.cs" />
<Compile Include="Proto\MapSwitchMsg_4_1.cs" />
<Compile Include="Proto\GuideFinishMsg_40_2.cs" />
<Compile Include="Proto\GuideTriggerMsg_40_1.cs" />
<Compile Include="Proto\DailyTaskGetRewardMsg_41_3.cs" />
<Compile Include="Proto\DailyTaskReqDailyMsg_41_1.cs" />
<Compile Include="Proto\DailyTaskUpdateDailyMsg_41_2.cs" />
<Compile Include="Proto\AchieveGetMsg_42_2.cs" />
<Compile Include="Proto\AchievePushMsg_42_3.cs" />
<Compile Include="Proto\AchieveReqMsg_42_1.cs" />
<Compile Include="Proto\ArenaBuyTimeMsg_43_5.cs" />
<Compile Include="Proto\ArenaChallengeMsg_43_3.cs" />
<Compile Include="Proto\ArenaClearCdMsg_43_6.cs" />
<Compile Include="Proto\ArenaFightListMsg_43_2.cs" />
<Compile Include="Proto\ArenaFightLogMsg_43_7.cs" />
<Compile Include="Proto\ArenaRefreshFightListMsg_43_9.cs" />
<Compile Include="Proto\ArenaResultMsg_43_4.cs" />
<Compile Include="Proto\ArenaRevengeMsg_43_8.cs" />
<Compile Include="Proto\ArenaRevengeUserInfoMsg_43_10.cs" />
<Compile Include="Proto\ArenaRoleInfoMsg_43_1.cs" />
<Compile Include="Proto\TitleCloseTitleMsg_44_3.cs" />
<Compile Include="Proto\TitleOpenTitleMsg_44_2.cs" />
<Compile Include="Proto\TitleTitleInfoMsg_44_1.cs" />
<Compile Include="Proto\TitleUseTitleMsg_44_4.cs" />
<Compile Include="Proto\GoodsBatchUseMsg_5_13.cs" />
<Compile Include="Proto\GoodsBuyMsg_5_16.cs" />
<Compile Include="Proto\GoodsDeleteMsg_5_2.cs" />
<Compile Include="Proto\GoodsDestroyMsg_5_10.cs" />
<Compile Include="Proto\GoodsGemEnergyMsg_5_17.cs" />
<Compile Include="Proto\GoodsInfoMsg_5_1.cs" />
<Compile Include="Proto\GoodsPackTidyMsg_5_5.cs" />
<Compile Include="Proto\GoodsPutonMsg_5_11.cs" />
<Compile Include="Proto\GoodsSaleMsg_5_15.cs" />
<Compile Include="Proto\GoodsSplitMsg_5_7.cs" />
<Compile Include="Proto\GoodsSwapMsg_5_6.cs" />
<Compile Include="Proto\GoodsTakeoffMsg_5_12.cs" />
<Compile Include="Proto\GoodsToStorageBagMsg_5_14.cs" />
<Compile Include="Proto\GoodsUseMsg_5_9.cs" />
<Compile Include="Proto\TaskAcceptMsg_6_2.cs" />
<Compile Include="Proto\TaskCommitMsg_6_4.cs" />
<Compile Include="Proto\TaskFinishMsg_6_8.cs" />
<Compile Include="Proto\TaskGiveUpMsg_6_3.cs" />
<Compile Include="Proto\TaskInfoMsg_6_1.cs" />
<Compile Include="Proto\TaskLastMainIdMsg_6_7.cs" />
<Compile Include="Proto\TaskLoopInfoMsg_6_11.cs" />
<Compile Include="Proto\TaskNpcTalkMsg_6_10.cs" />
<Compile Include="Proto\TaskRandomRatioMsg_6_13.cs" />
<Compile Include="Proto\TaskRecruitListPushMsg_6_17.cs" />
<Compile Include="Proto\TaskRecruitMsg_6_14.cs" />
<Compile Include="Proto\TaskRecruitPushMsg_6_16.cs" />
<Compile Include="Proto\TaskRecruitRefreshMsg_6_15.cs" />
<Compile Include="Proto\TaskTaskCountMsg_6_9.cs" />
<Compile Include="Proto\TaskTrackInfoMsg_6_5.cs" />
<Compile Include="Proto\TaskUpdateCountMsg_6_12.cs" />
<Compile Include="Proto\TaskVisibleMsg_6_6.cs" />
<Compile Include="Proto\RelationAcceptMsg_7_2.cs" />
<Compile Include="Proto\RelationAcceptNameMsg_7_10.cs" />
<Compile Include="Proto\RelationAnswerAcceptMsg_7_4.cs" />
<Compile Include="Proto\RelationBatchDelMsg_7_16.cs" />
<Compile Include="Proto\RelationDeleteBlackMsg_7_11.cs" />
<Compile Include="Proto\RelationDeleteMsg_7_6.cs" />
<Compile Include="Proto\RelationFriendsCountMsg_7_17.cs" />
<Compile Include="Proto\RelationFriendsLvlMsg_7_12.cs" />
<Compile Include="Proto\RelationInfoMsg_7_1.cs" />
<Compile Include="Proto\RelationIsFriendsMaxMsg_7_13.cs" />
<Compile Include="Proto\RelationMoveMsg_7_7.cs" />
<Compile Include="Proto\RelationNearMsg_7_18.cs" />
<Compile Include="Proto\RelationPushAcceptMsg_7_3.cs" />
<Compile Include="Proto\RelationPushAnswerMsg_7_5.cs" />
<Compile Include="Proto\RelationPushDelMsg_7_8.cs" />
<Compile Include="Proto\RelationPushOnlineMsg_7_9.cs" />
<Compile Include="Proto\RelationUpdateIntimateMsg_7_14.cs" />
<Compile Include="Proto\SettingsGetAllMsg_8_1.cs" />
<Compile Include="Proto\SettingsProtoForbidMsg_8_3.cs" />
<Compile Include="Proto\SettingsSaveMsg_8_2.cs" />
<Compile Include="Proto\ActivityCountMsg_9_2.cs" />
<Compile Include="Proto\ActivityInfoMsg_9_1.cs" />
<Compile Include="Proto\ActivityInfoMsg_9_3.cs" />
<Compile Include="Proto\ActivityStateMsg_9_1.cs" />
<Compile Include="Proto\proto_util.cs" />
<Compile Include="PCustomDataType\PAchieve.cs" />
<Compile Include="PCustomDataType\PActivityCount.cs" />
<Compile Include="PCustomDataType\PActivityInfo.cs" />
<Compile Include="PCustomDataType\PActivityState.cs" />
<Compile Include="PCustomDataType\PArenaFightAttr.cs" />
<Compile Include="PCustomDataType\PArenaFightInfo.cs" />
<Compile Include="PCustomDataType\PArenaFightLog.cs" />
<Compile Include="PCustomDataType\PBaseAttr.cs" />
<Compile Include="PCustomDataType\PBattleObject.cs" />
<Compile Include="PCustomDataType\PBuff.cs" />
<Compile Include="PCustomDataType\PBuffRemover.cs" />
<Compile Include="PCustomDataType\PChatGoods.cs" />
<Compile Include="PCustomDataType\PChatPushGoods.cs" />
<Compile Include="PCustomDataType\PCoordinator.cs" />
<Compile Include="PCustomDataType\PDamage.cs" />
<Compile Include="PCustomDataType\PDamageBuff.cs" />
<Compile Include="PCustomDataType\PDiamGoods.cs" />
<Compile Include="PCustomDataType\PDupStarAward.cs" />
<Compile Include="PCustomDataType\PDuplicateAward.cs" />
<Compile Include="PCustomDataType\PDuplicateDrop.cs" />
<Compile Include="PCustomDataType\PDuplicateInfo.cs" />
<Compile Include="PCustomDataType\PDuplicateMopUp.cs" />
<Compile Include="PCustomDataType\PEachDaily.cs" />
<Compile Include="PCustomDataType\PEquip.cs" />
<Compile Include="PCustomDataType\PGemInHole.cs" />
<Compile Include="PCustomDataType\PGeneralFightAttr.cs" />
<Compile Include="PCustomDataType\PGeneralIconInfo.cs" />
<Compile Include="PCustomDataType\PGeneralInfo.cs" />
<Compile Include="PCustomDataType\PGeneralSkillInfo.cs" />
<Compile Include="PCustomDataType\PGeneralSkillTalent.cs" />
<Compile Include="PCustomDataType\PGmZhy.cs" />
<Compile Include="PCustomDataType\PGoods.cs" />
<Compile Include="PCustomDataType\PIntranetPlayer.cs" />
<Compile Include="PCustomDataType\PItem.cs" />
<Compile Include="PCustomDataType\PItems.cs" />
<Compile Include="PCustomDataType\PKeyValue.cs" />
<Compile Include="PCustomDataType\PLimitGoods.cs" />
<Compile Include="PCustomDataType\PLoginInfo.cs" />
<Compile Include="PCustomDataType\PMailAttach.cs" />
<Compile Include="PCustomDataType\PMailBasicInfo.cs" />
<Compile Include="PCustomDataType\PMailOther.cs" />
<Compile Include="PCustomDataType\PMakedItem.cs" />
<Compile Include="PCustomDataType\PMapMon.cs" />
<Compile Include="PCustomDataType\PMapRole.cs" />
<Compile Include="PCustomDataType\PMaterial.cs" />
<Compile Include="PCustomDataType\PNewAttr.cs" />
<Compile Include="PCustomDataType\POtherRoleGeneralInfo.cs" />
<Compile Include="PCustomDataType\POtherRoleInfo.cs" />
<Compile Include="PCustomDataType\PPvpPrivate.cs" />
<Compile Include="PCustomDataType\PRank.cs" />
<Compile Include="PCustomDataType\PRankNew.cs" />
<Compile Include="PCustomDataType\PRankRole.cs" />
<Compile Include="PCustomDataType\PRecruit.cs" />
<Compile Include="PCustomDataType\PRelationInfo.cs" />
<Compile Include="PCustomDataType\PRelationNear.cs" />
<Compile Include="PCustomDataType\PRole.cs" />
<Compile Include="PCustomDataType\PRoleAttr.cs" />
<Compile Include="PCustomDataType\PRoleOtherInfo.cs" />
<Compile Include="PCustomDataType\PRumor.cs" />
<Compile Include="PCustomDataType\PRumorGoods.cs" />
<Compile Include="PCustomDataType\PRumorMon.cs" />
<Compile Include="PCustomDataType\PRumorRole.cs" />
<Compile Include="PCustomDataType\PSetGeneralInfo.cs" />
<Compile Include="PCustomDataType\PShopItem.cs" />
<Compile Include="PCustomDataType\PShopList.cs" />
<Compile Include="PCustomDataType\PSimpleBuff.cs" />
<Compile Include="PCustomDataType\PSkill.cs" />
<Compile Include="PCustomDataType\PSkillGeneral.cs" />
<Compile Include="PCustomDataType\PStylebin.cs" />
<Compile Include="PCustomDataType\PSuitAttr.cs" />
<Compile Include="PCustomDataType\PSysBuff.cs" />
<Compile Include="PCustomDataType\PSystemSettings.cs" />
<Compile Include="PCustomDataType\PTarget.cs" />
<Compile Include="PCustomDataType\PTaskDoing.cs" />
<Compile Include="PCustomDataType\PTaskTrack.cs" />
<Compile Include="PCustomDataType\PTitle.cs" />
<Compile Include="PCustomDataType\PTreasure.cs" />
<Compile Include="PCustomDataType\PVipRewardGetInfo.cs" />
<Compile Include="com\net\wifi_pvp\WifiLAN.cs" />
<Compile Include="com\net\wifi_pvp\RpcData.cs" />
<Compile Include="com\net\wifi_pvp\PVPFighter.cs" />
<Compile Include="com\net\wifi_pvp\PVPAccountBrief.cs" />
<Compile Include="com\net\wifi_pvp\PVPGeneralBrief.cs" />
<Compile Include="com\net\wifi_pvp\LobbyServerItem.cs" />
<Compile Include="com\net\wifi_pvp\FunctionExtentions.cs" />
<Compile Include="com\u3d\bases\consts\Global.cs" />
<Compile Include="com\u3d\bases\joystick\JoystickController.cs" />
<Compile Include="com\u3d\bases\SDK\SDKMessageReceiver.cs" />
<Compile Include="com\u3d\bases\ai\AiConfig.cs" />
<Compile Include="com\u3d\bases\ai\AiControllerBase.cs" />
<Compile Include="com\u3d\bases\ai\AiEnum.cs" />
<Compile Include="com\u3d\bases\ai\AiManagerBase.cs" />
<Compile Include="com\u3d\bases\ai\AiManager\AiTargetManager.cs" />
<Compile Include="com\u3d\bases\ai\PlayerAiManager.cs" />
<Compile Include="com\liyong\CommandHandler.cs" />
<Compile Include="com\u3d\bases\ai\MonsterAiController.cs" />
<Compile Include="com\u3d\bases\ai\PlayerAiController.cs" />
<Compile Include="com\u3d\bases\ai\PlayerArenaAiController.cs" />
<Compile Include="com\u3d\bases\ai\PlayerPVPAiController.cs" />
<Compile Include="com\u3d\bases\ai\PrivateAiController.cs" />
<Compile Include="com\u3d\bases\ai\StaticItemAiController.cs" />
<Compile Include="com\u3d\bases\ai\SummonMonsterAiController.cs" />
<Compile Include="com\u3d\bases\ai\TowerAiController.cs" />
<Compile Include="com\u3d\bases\ai\IAiController.cs" />
<Compile Include="KeyboardHandler.cs" />
<Compile Include="com\liyong\MeCommandHandler.cs" />
<Compile Include="com\liyong\MonsterMoveAI.cs" />
<Compile Include="com\liyong\MoveComponent.cs" />
<Compile Include="com\liyong\PathComponent.cs" />
<Compile Include="com\liyong\PhysicComponent.cs" />
<Compile Include="com\u3d\bases\consts\Actions.cs" />
<Compile Include="com\u3d\bases\consts\Directions.cs" />
<Compile Include="com\u3d\bases\consts\DisplayType.cs" />
<Compile Include="com\u3d\bases\consts\MapConst.cs" />
<Compile Include="com\u3d\bases\consts\SkillConst.cs" />
<Compile Include="com\u3d\bases\consts\SkillHelperConst.cs" />
<Compile Include="com\u3d\bases\consts\Status.cs" />
<Compile Include="com\u3d\bases\controller\AnimationEventController.cs" />
<Compile Include="com\u3d\bases\controller\AnimationEventEmptyController.cs" />
<Compile Include="com\u3d\bases\controller\AttackControllerBase.cs" />
<Compile Include="com\u3d\bases\controller\BeAttackedControllerBase.cs" />
<Compile Include="com\u3d\bases\controller\CDTimeVo.cs" />
<Compile Include="com\u3d\bases\controller\CDPriority.cs" />
<Compile Include="com\u3d\bases\controller\CDConroller.cs" />
<Compile Include="com\u3d\bases\controller\DamageController.cs" />
<Compile Include="com\u3d\bases\controller\DeathController.cs" />
<Compile Include="com\u3d\bases\controller\HeadController.cs" />
<Compile Include="com\u3d\bases\controller\MeStatuController.cs" />
<Compile Include="com\u3d\bases\controller\MonsterAttackController.cs" />
<Compile Include="com\u3d\bases\controller\MonsterBeAttackedController.cs" />
<Compile Include="com\u3d\bases\controller\MonsterDeathController.cs" />
<Compile Include="com\u3d\bases\controller\MonsterMoveController.cs" />
<Compile Include="com\u3d\bases\controller\MonsterStatuController.cs" />
<Compile Include="com\u3d\bases\controller\MoveEventCheck.cs" />
<Compile Include="com\u3d\bases\controller\MoveControllerBase.cs" />
<Compile Include="com\u3d\bases\controller\PlayerAttackController.cs" />
<Compile Include="com\u3d\bases\controller\PlayerBeAttackedController.cs" />
<Compile Include="com\u3d\bases\controller\PlayerDeathController.cs" />
<Compile Include="com\u3d\bases\controller\PlayerMoveController.cs" />
<Compile Include="com\u3d\bases\controller\PlayerStatuController.cs" />
<Compile Include="com\u3d\bases\controller\RescueController.cs" />
<Compile Include="com\u3d\bases\controller\SkillController.cs" />
<Compile Include="com\u3d\bases\controller\DamageCheckOptions.cs" />
<Compile Include="com\u3d\bases\controller\SkillWarnController.cs" />
<Compile Include="com\u3d\bases\controller\StatuControllerBase.cs" />
<Compile Include="com\u3d\bases\controller\SwitchGeneralControllerBase.cs" />
<Compile Include="com\u3d\bases\debug\Log.cs" />
<Compile Include="com\u3d\bases\display\ActionDisplay.cs" />
<Compile Include="com\u3d\bases\display\BaseDisplay.cs" />
<Compile Include="com\u3d\bases\display\ModeDisplay.cs" />
<Compile Include="com\u3d\bases\display\character\BattleObjectDisplay.cs" />
<Compile Include="com\u3d\bases\display\character\BossDisplay.cs" />
<Compile Include="com\u3d\bases\display\character\ChestDisplay.cs" />
<Compile Include="com\u3d\bases\display\character\MeDisplay.cs" />
<Compile Include="com\u3d\bases\display\character\MonsterDisplay.cs" />
<Compile Include="com\u3d\bases\display\character\NpcDisplay.cs" />
<Compile Include="com\u3d\bases\display\character\PlayerDisplay.cs" />
<Compile Include="com\u3d\bases\display\character\TrapDisplay.cs" />
<Compile Include="com\u3d\bases\display\controler\ActionControler.cs" />
<Compile Include="com\u3d\bases\display\controler\BaseControler.cs" />
<Compile Include="com\u3d\bases\display\controler\BattleObjectController.cs" />
<Compile Include="com\u3d\bases\display\controler\ChestController.cs" />
<Compile Include="com\u3d\bases\display\controler\KeyCodeDicHelper.cs" />
<Compile Include="com\u3d\bases\display\controler\MeControler.cs" />
<Compile Include="com\u3d\bases\display\controler\MonsterControler.cs" />
<Compile Include="com\u3d\bases\display\controler\PlayerControler.cs" />
<Compile Include="com\u3d\bases\display\controler\TrapAnchorControl.cs" />
<Compile Include="com\u3d\bases\display\controler\TrapCollideControl.cs" />
<Compile Include="com\u3d\bases\display\effect\CopyPointDisplay.cs" />
<Compile Include="com\u3d\bases\display\effect\MapPointDisplay.cs" />
<Compile Include="com\u3d\bases\display\vo\CheckVo.cs" />
<Compile Include="com\u3d\bases\display\vo\ClickVo.cs" />
<Compile Include="com\u3d\bases\display\vo\DisplayVo.cs" />
<Compile Include="com\u3d\bases\fsmUtil\random_shuffle.cs" />
<Compile Include="com\u3d\bases\fsmUtil\lists.cs" />
<Compile Include="com\u3d\bases\fsmUtil\tools.cs" />
<Compile Include="com\u3d\bases\interfaces\IFsmState.cs" />
<Compile Include="com\u3d\bases\interfaces\ICurrying!1.cs" />
<Compile Include="com\u3d\bases\interfaces\IPoolable.cs" />
<Compile Include="com\u3d\bases\loader\BinLoadMgr.cs" />
<Compile Include="com\u3d\bases\loader\ILoadingBar.cs" />
<Compile Include="com\u3d\bases\loader\LoadItem.cs" />
<Compile Include="com\u3d\bases\loader\ResLoadMgr.cs" />
<Compile Include="com\u3d\bases\loader\ResMgr.cs" />
<Compile Include="com\u3d\bases\loader\VerMgr.cs" />
<Compile Include="com\u3d\bases\loader\consts\ResPriority.cs" />
<Compile Include="com\u3d\bases\loader\consts\ResType.cs" />
<Compile Include="com\u3d\bases\map\BaseMap.cs" />
<Compile Include="com\u3d\bases\map\GameMap.cs" />
<Compile Include="com\u3d\bases\map\MapParserII.cs" />
<Compile Include="com\u3d\bases\map\MapRange.cs" />
<Compile Include="com\u3d\bases\pool\ObjectPool.cs" />
<Compile Include="com\u3d\bases\pool\ObjectPoolMgr.cs" />
<Compile Include="com\u3d\bases\loader\ResPool.cs" />
<Compile Include="com\u3d\bases\skills\SkillUtil.cs" />
<Compile Include="com\u3d\bases\task\Task.cs" />
<Compile Include="com\u3d\bases\task\TaskCondition.cs" />
<Compile Include="com\u3d\bases\task\TaskConst.cs" />
<Compile Include="com\u3d\bases\task\TaskExecute.cs" />
<Compile Include="com\u3d\bases\task\TaskGoodsVo.cs" />
<Compile Include="com\u3d\bases\HeadComponentsType.cs" />
<Compile Include="com\u3d\bases\HeadAboveComponents.cs" />
<Compile Include="HealthBarManager.cs" />
<Compile Include="com\liyong\MyHealthBar.cs" />
<Compile Include="com\liyong\MyHudText.cs" />
<Compile Include="UpdateBossHealthBar.cs" />
<Compile Include="UpdateHpBar.cs" />
<Compile Include="com\liyong\BoxObject.cs" />
<Compile Include="GridManager.cs" />
<Compile Include="PlayerBox.cs" />
<Compile Include="com\bases\utils\StringUtils.cs" />
<Compile Include="com\liyong\Util.cs" />
<Compile Include="ShowGizmos.cs" />
<Compile Include="Skill_ActionEditor\Scripts\Manager\EditorAssetManager.cs" />
<Compile Include="SkillEditorMain.cs" />
<Compile Include="BinaryExtensions.cs" />
<Compile Include="TNet\IDataNodeSerializable.cs" />
<Compile Include="TNet\DataNode.cs" />
<Compile Include="TNAutoCreate.cs" />
<Compile Include="TNAutoJoin.cs" />
<Compile Include="TNAutoJoinError.cs" />
<Compile Include="TNAutoSync.cs" />
<Compile Include="TNBehaviour.cs" />
<Compile Include="TNet\GameClient.cs" />
<Compile Include="TNLobbyClient.cs" />
<Compile Include="TNManager.cs" />
<Compile Include="TNObject.cs" />
<Compile Include="TNet\RFC.cs" />
<Compile Include="TNet\RCC.cs" />
<Compile Include="TNet\CachedFunc.cs" />
<Compile Include="TNet\IBinarySerializable.cs" />
<Compile Include="TNet\Serialization.cs" />
<Compile Include="TNServerInstance.cs" />
<Compile Include="TNSyncRigidbody.cs" />
<Compile Include="TNet\Target.cs" />
<Compile Include="TNTcpLobbyClient.cs" />
<Compile Include="TNUdpLobbyClient.cs" />
<Compile Include="TNUdpMultiLobbyClient.cs" />
<Compile Include="TNet\UnityTools.cs" />
<Compile Include="TNet\Buffer.cs" />
<Compile Include="TNet\Datagram.cs" />
<Compile Include="TNet\TList.cs" />
<Compile Include="TNet\List!1.cs" />
<Compile Include="TNet\Packet.cs" />
<Compile Include="TNet\Player.cs" />
<Compile Include="TNet\ServerList.cs" />
<Compile Include="TNet\TcpProtocol.cs" />
<Compile Include="TNet\Tools.cs" />
<Compile Include="TNet\UPnP.cs" />
<Compile Include="TNet\UdpProtocol.cs" />
<Compile Include="TNet\Channel.cs" />
<Compile Include="TNet\FileServer.cs" />
<Compile Include="TNet\GameServer.cs" />
<Compile Include="TNet\LobbyServerLink.cs" />
<Compile Include="TNet\LobbyServer.cs" />
<Compile Include="TNet\TcpLobbyServerLink.cs" />
<Compile Include="TNet\TcpLobbyServer.cs" />
<Compile Include="TNet\TcpPlayer.cs" />
<Compile Include="TNet\UdpLobbyServerLink.cs" />
<Compile Include="TNet\UdpLobbyServer.cs" />
<Compile Include="TNet\SGameClient.cs" />
<Compile Include="TNet\SGameServer.cs" />
<Compile Include="SLobbyClient.cs" />
<Compile Include="TNet\SLobbyServer.cs" />
<Compile Include="TNet\SLobbyServerLink.cs" />
<Compile Include="SPVPLobbyClient.cs" />
<Compile Include="TNet\InviteData.cs" />
<Compile Include="TNet\SPVPLobbyServer.cs" />
<Compile Include="TNet\SPacket.cs" />
<Compile Include="com\liyong\CombatUtil.cs" />
<Compile Include="com\liyong\InitHud.cs" />
<Compile Include="com\liyong\BoidObject.cs" />
<Compile Include="com\liyong\MapGridManager.cs" />
<Compile Include="com\liyong\CommandRunner.cs" />
<Compile Include="com\liyong\HurtRunner.cs" />
<Compile Include="com\liyong\MoveToRunner.cs" />
<Compile Include="com\liyong\NetDebug.cs" />
<Compile Include="com\liyong\NetworkCommandHandler.cs" />
<Compile Include="com\liyong\SkillRunner.cs" />
<Compile Include="com\liyong\StateMachineUtil.cs" />
<Compile Include="UnityLog\Log.cs" />
<Compile Include="LogMessage.cs" />
<Compile Include="StateColour.cs" />
<Compile Include="com\liyong\UpdateAttribute.cs" />
<Compile Include="SimpleJSON\JSONBinaryTag.cs" />
<Compile Include="SimpleJSON\JSONNode.cs" />
<Compile Include="SimpleJSON\JSONArray.cs" />
<Compile Include="SimpleJSON\JSONClass.cs" />
<Compile Include="SimpleJSON\JSONData.cs" />
<Compile Include="SimpleJSON\JSONLazyCreator.cs" />
<Compile Include="SimpleJSON\JSON.cs" />
<Compile Include="com\liyong\AIState.cs" />
<Compile Include="com\liyong\ArenaDeath.cs" />
<Compile Include="com\liyong\ArenaIdle.cs" />
<Compile Include="com\liyong\ArenaMoveAttackEnemy.cs" />
<Compile Include="com\liyong\ArenaSkill.cs" />
<Compile Include="com\liyong\ArenaStateMachine.cs" />
<Compile Include="com\liyong\DeathState.cs" />
<Compile Include="com\liyong\DefaultDeath.cs" />
<Compile Include="com\liyong\DefaultHurt.cs" />
<Compile Include="com\liyong\DefaultIdle.cs" />
<Compile Include="com\liyong\DefaultMoveAttackEnemy.cs" />
<Compile Include="com\liyong\DefaultSkill.cs" />
<Compile Include="com\liyong\DefaultStateMachine.cs" />
<Compile Include="com\liyong\IdleState.cs" />
<Compile Include="com\liyong\AdjustMove.cs" />
<Compile Include="com\liyong\MasterAiEnableIdle.cs" />
<Compile Include="com\liyong\MasterIdle.cs" />
<Compile Include="com\liyong\MasterMoveAttackByHand.cs" />
<Compile Include="com\liyong\MasterSkill.cs" />
<Compile Include="com\liyong\MeDeath.cs" />
<Compile Include="com\liyong\MeDeathFly.cs" />
<Compile Include="com\liyong\MeHurt.cs" />
<Compile Include="com\liyong\MeMoveAttackEnemy.cs" />
<Compile Include="com\liyong\MeMoveKeyboard.cs" />
<Compile Include="com\liyong\MoveToMaster.cs" />
<Compile Include="com\liyong\MeStateMachine.cs" />
<Compile Include="com\liyong\SlaveIdle.cs" />
<Compile Include="com\liyong\SlaveNormalSkill.cs" />
<Compile Include="com\liyong\SlaveSkill.cs" />
<Compile Include="com\liyong\StopAiIdle.cs" />
<Compile Include="com\liyong\MonsterDeath.cs" />
<Compile Include="com\liyong\MonsterHurt.cs" />
<Compile Include="com\liyong\MonsterIdle.cs" />
<Compile Include="com\liyong\MonsterMoveAttackEnemy.cs" />
<Compile Include="com\liyong\MonsterSkill.cs" />
<Compile Include="com\liyong\MonsterStateMachine.cs" />
<Compile Include="com\liyong\MoveAttackEnemy.cs" />
<Compile Include="com\liyong\ObjectManager.cs" />
<Compile Include="com\liyong\PlayerDeath.cs" />
<Compile Include="com\liyong\PlayerHurt.cs" />
<Compile Include="com\liyong\PlayerIdle.cs" />
<Compile Include="com\liyong\PlayerMoveAttack.cs" />
<Compile Include="com\liyong\PlayerSkill.cs" />
<Compile Include="com\liyong\PlayerStateMachine.cs" />
<Compile Include="com\liyong\PrivateDeath.cs" />
<Compile Include="com\liyong\PrivateHurt.cs" />
<Compile Include="com\liyong\PrivateIdle.cs" />
<Compile Include="com\liyong\PrivateMoveAttackEnemy.cs" />
<Compile Include="com\liyong\PrivateSkill.cs" />
<Compile Include="com\liyong\PrivateStateMachine.cs" />
<Compile Include="com\liyong\PvpDeath.cs" />
<Compile Include="com\liyong\PvpIdle.cs" />
<Compile Include="com\liyong\PvpMoveAttackEnemy.cs" />
<Compile Include="com\liyong\PvpMoveToBuff.cs" />
<Compile Include="com\liyong\PvpMoveToSpring.cs" />
<Compile Include="com\liyong\PvpSkill.cs" />
<Compile Include="com\liyong\PvpStateMachine.cs" />
<Compile Include="com\liyong\SkillState.cs" />
<Compile Include="com\liyong\StateMachine.cs" />
<Compile Include="com\liyong\SummonMonsterDeath.cs" />
<Compile Include="com\liyong\SummonMonsterHurt.cs" />
<Compile Include="com\liyong\SummonMonsterIdle.cs" />
<Compile Include="com\liyong\SummonMonsterMoveAttackEnemy.cs" />
<Compile Include="com\liyong\SummonMonsterMoveToMaster.cs" />
<Compile Include="com\liyong\SummonMonsterSkill.cs" />
<Compile Include="com\liyong\SummonMonsterStateMachine.cs" />
<Compile Include="Pathfinding\GraphNodeDelegate.cs" />
<Compile Include="Pathfinding\GraphNodeDelegateCancelable.cs" />
<Compile Include="OnPathDelegate.cs" />
<Compile Include="GetNextTargetDelegate.cs" />
<Compile Include="NodeDelegate.cs" />
<Compile Include="OnGraphDelegate.cs" />
<Compile Include="OnScanDelegate.cs" />
<Compile Include="OnVoidDelegate.cs" />
<Compile Include="OnScanStatus.cs" />
<Compile Include="com\game\Public\Confirm\ClickCallback.cs" />
<Compile Include="com\game\Public\Confirm\ClosedCallback.cs" />
<Compile Include="com\game\basic\events\NoticeListener.cs" />
<Compile Include="com\game\dialog\CloseCallback.cs" />
<Compile Include="com\game\module\Manager\LoadFinished.cs" />
<Compile Include="com\game\module\Manager\LoadCallBack.cs" />
<Compile Include="com\game\manager\LoadAssetFinish!1.cs" />
<Compile Include="com\game\manager\LoadAssetFinishByKeys!1.cs" />
<Compile Include="com\game\manager\LoadSceneCallBack.cs" />
<Compile Include="com\game\manager\LoadAssetsFinish!1.cs" />
<Compile Include="com\game\manager\LoadAssetBundleFinish.cs" />
<Compile Include="com\game\module\Achievement\GuideAchieve.cs" />
<Compile Include="com\game\module\Baoxiang\CloseViewGuideDelegate.cs" />
<Compile Include="com\game\module\Equipment\components\SureCallback.cs" />
<Compile Include="com\game\module\General\GuideEquip.cs" />
<Compile Include="com\game\module\General\GuideUpgradeStar.cs" />
<Compile Include="com\game\module\General\GuideSkillUpgrade.cs" />
<Compile Include="com\game\module\General\GuideSkillUpgradeOver.cs" />
<Compile Include="com\game\module\General\GuideHeroDelegate.cs" />
<Compile Include="com\game\module\General\GuideSelectDelete.cs" />
<Compile Include="com\game\module\General\GuidHeroOverDelegate.cs" />
<Compile Include="com\game\module\GoldBox\CloseCallBack.cs" />
<Compile Include="com\game\module\Guide\MainKongzhiButtonClickCallBack.cs" />
<Compile Include="com\game\module\NpcDialog\FinishDialogCallback.cs" />
<Compile Include="com\game\module\Rank\CreateRank.cs" />
<Compile Include="com\game\module\Role\ModelControl.cs" />
<Compile Include="com\game\module\Story\Callback.cs" />
<Compile Include="com\game\module\Story\LoadActionData.cs" />
<Compile Include="com\game\module\Story\ClosedCallback.cs" />
<Compile Include="com\game\module\map\MoveComplete.cs" />
<Compile Include="com\game\module\map\deCallBack.cs" />
<Compile Include="com\game\module\core\DataUpateHandler.cs" />
<Compile Include="com\game\module\core\DataUpateHandlerWithParam.cs" />
<Compile Include="com\game\module\core\OpenViewCallBack.cs" />
<Compile Include="com\game\module\core\OpenViewGuideDelegate.cs" />
<Compile Include="com\game\module\core\RecoverGuideDelegate.cs" />
<Compile Include="com\game\vo\MeDataUpateHandler.cs" />
<Compile Include="com\game\vo\DataUpateHandlerWithParam.cs" />
<Compile Include="com\net\NetMsgCallback.cs" />
<Compile Include="com\net\NetStatusCallback.cs" />
<Compile Include="com\u3d\bases\ai\BeginBattleCallback.cs" />
<Compile Include="com\u3d\bases\ai\EndBattleCallback.cs" />
<Compile Include="com\u3d\bases\controller\CDEndCallBack.cs" />
<Compile Include="com\u3d\bases\controller\EndCallback.cs" />
<Compile Include="com\u3d\bases\controller\StartCallback.cs" />
<Compile Include="com\u3d\bases\controller\EndChecker.cs" />
<Compile Include="com\u3d\bases\controller\MoveOperation.cs" />
<Compile Include="com\u3d\bases\controller\RemoveOperation.cs" />
<Compile Include="com\u3d\bases\controller\ReplaceOperation.cs" />
<Compile Include="com\u3d\bases\controller\BeforeCastSkill.cs" />
<Compile Include="com\u3d\bases\controller\AfterCastSkill.cs" />
<Compile Include="com\u3d\bases\display\controler\PreMoveCallBack.cs" />
<Compile Include="com\u3d\bases\display\controler\MoveEndCallback.cs" />
<Compile Include="com\u3d\bases\display\controler\PlayEndCallback.cs" />
<Compile Include="com\u3d\bases\loader\LoadFinishBack.cs" />
<Compile Include="com\u3d\bases\loader\LoadProgressBack.cs" />
<Compile Include="com\u3d\bases\map\MapCallBack.cs" />
<Compile Include="com\u3d\bases\task\TaskCallback.cs" />
</ItemGroup>
</Project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。