├── Assets ├── YKFramwork │ ├── Editor │ │ ├── LuaTemplate │ │ │ ├── Lua.lua │ │ │ └── Lua.lua.meta │ │ ├── ICSharpCode.SharpZipLib.dll │ │ ├── AutoBuild │ │ │ ├── XcodeProjectUpdater │ │ │ │ ├── Scripts.meta │ │ │ │ └── Scripts │ │ │ │ │ ├── ExtensionName.cs.meta │ │ │ │ │ ├── DirectoryProcessor.cs.meta │ │ │ │ │ ├── InfoPlistProcessor.cs.meta │ │ │ │ │ ├── XcodeProjectSetting.cs.meta │ │ │ │ │ └── XcodeProjectUpdater.cs.meta │ │ │ ├── Install.plist.meta │ │ │ ├── Xcode.meta │ │ │ ├── Xcode │ │ │ │ ├── PBX.meta │ │ │ │ ├── Unity.iOS.Extensions.XCode.csproj.meta │ │ │ │ ├── Properties.meta │ │ │ │ ├── JsonParser.cs.meta │ │ │ │ ├── PBX │ │ │ │ │ ├── Lexer.cs.meta │ │ │ │ │ ├── Objects.cs.meta │ │ │ │ │ ├── Parser.cs.meta │ │ │ │ │ ├── Utils.cs.meta │ │ │ │ │ ├── Elements.cs.meta │ │ │ │ │ ├── Sections.cs.meta │ │ │ │ │ └── Serializer.cs.meta │ │ │ │ ├── PBXPath.cs.meta │ │ │ │ ├── PBXProject.cs.meta │ │ │ │ ├── PlistParser.cs.meta │ │ │ │ ├── XcScheme.cs.meta │ │ │ │ ├── AssetCatalog.cs.meta │ │ │ │ ├── PBXProjectData.cs.meta │ │ │ │ ├── PBXCapabilityType.cs.meta │ │ │ │ └── PBXProjectExtensions.cs.meta │ │ │ ├── 8002.asset.meta │ │ │ ├── 8003.asset.meta │ │ │ ├── 8004.asset.meta │ │ │ ├── XcodeProjectUpdater.meta │ │ │ ├── 8002Trans.asset.meta │ │ │ ├── 8004Trans.asset.meta │ │ │ └── 8002Appstore.asset.meta │ │ ├── Custom │ │ │ └── CustomSettings.cs.meta │ │ ├── Custom.meta │ │ ├── Proto.meta │ │ ├── ResMgr.meta │ │ ├── SVN.meta │ │ ├── AutoBuild.meta │ │ ├── BuildAbInfo.meta │ │ ├── LuaTemplate.meta │ │ ├── BuildGameRes.meta │ │ ├── BuildAbInfo │ │ │ ├── Collections.meta │ │ │ ├── GameCfg.asset.meta │ │ │ ├── GameRes.asset.meta │ │ │ ├── YKFramwork.asset.meta │ │ │ └── Collections │ │ │ │ └── test.asset.meta │ │ ├── BuildAB.cs.meta │ │ ├── AllStyles.cs.meta │ │ ├── CreateLua.cs.meta │ │ ├── DllToLuaLib.cs.meta │ │ ├── OpenSubLime.cs.meta │ │ ├── ProjectBuild.cs.meta │ │ ├── SVN │ │ │ └── SVNUtils.cs.meta │ │ ├── EmmyLuaAPIMaker.cs.meta │ │ ├── ResMgr │ │ │ ├── AssetMode.cs.meta │ │ │ ├── AssetGroupMgr.cs.meta │ │ │ ├── AssetInfoEditor.cs.meta │ │ │ ├── ResFileEditor.cs.meta │ │ │ ├── AaaetBundleEditor.cs.meta │ │ │ ├── ResAssetsTreeEitor.cs.meta │ │ │ └── ResGroupTreeEditor.cs.meta │ │ ├── Proto │ │ │ └── SProtoToLuaTools.cs.meta │ │ ├── ToLuaEmmyAPIGenerator.cs.meta │ │ └── BuildGameRes │ │ │ ├── BuildResInfo.cs.meta │ │ │ └── BuildCollectionResInfo.cs.meta │ ├── Script │ │ ├── Net │ │ │ ├── Sockect │ │ │ │ ├── NetworkType.cs │ │ │ │ ├── SocketPackage.cs │ │ │ │ ├── NetPackage.cs.meta │ │ │ │ ├── NetReader.cs.meta │ │ │ │ ├── NetWriter.cs.meta │ │ │ │ ├── IHeadFormater.cs.meta │ │ │ │ ├── NetworkType.cs.meta │ │ │ │ ├── PackageHead.cs.meta │ │ │ │ ├── SocketConnect.cs.meta │ │ │ │ ├── SocketPackage.cs.meta │ │ │ │ ├── DefaultHeadFormater.cs.meta │ │ │ │ └── IPv6SupportMidleware.cs.meta │ │ │ ├── Pack │ │ │ │ ├── Newtonsoft.Json.dll │ │ │ │ ├── sproto-cs.meta │ │ │ │ ├── sproto-cs │ │ │ │ │ ├── src.meta │ │ │ │ │ ├── src │ │ │ │ │ │ ├── ProtocolBase.cs │ │ │ │ │ │ ├── Package.cs.meta │ │ │ │ │ │ └── SprotoRpc.cs.meta │ │ │ │ │ └── package.cs.meta │ │ │ │ ├── ByteBuffer.cs.meta │ │ │ │ └── Converter.cs.meta │ │ │ ├── Game.meta │ │ │ ├── Pack.meta │ │ │ ├── Sockect.meta │ │ │ └── Game │ │ │ │ ├── Action.meta │ │ │ │ ├── Behaviour.meta │ │ │ │ ├── Behaviour │ │ │ │ ├── ServerTest.cs │ │ │ │ └── ServerTest.cs.meta │ │ │ │ ├── ActionResult.cs │ │ │ │ ├── Net.cs.meta │ │ │ │ ├── ActionFactory.cs.meta │ │ │ │ ├── ActionParam.cs.meta │ │ │ │ ├── ActionResult.cs.meta │ │ │ │ ├── GameAction.cs.meta │ │ │ │ ├── GameServerMsg.cs.meta │ │ │ │ ├── Action │ │ │ │ └── BaseAction.cs.meta │ │ │ │ └── CustomHeadFormater.cs.meta │ │ ├── Libs │ │ │ ├── 7zip │ │ │ │ ├── Common.meta │ │ │ │ ├── Compress.meta │ │ │ │ ├── Compress │ │ │ │ │ ├── LZ.meta │ │ │ │ │ ├── LZMA.meta │ │ │ │ │ ├── LzmaAlone.meta │ │ │ │ │ ├── RangeCoder.meta │ │ │ │ │ ├── LzmaAlone │ │ │ │ │ │ ├── Properties.meta │ │ │ │ │ │ ├── LzmaAlone.cs.meta │ │ │ │ │ │ ├── LzmaBench.cs.meta │ │ │ │ │ │ └── Properties │ │ │ │ │ │ │ ├── Resources.cs.meta │ │ │ │ │ │ │ ├── Settings.cs.meta │ │ │ │ │ │ │ └── AssemblyInfo.cs.meta │ │ │ │ │ ├── LZ │ │ │ │ │ │ ├── IMatchFinder.cs.meta │ │ │ │ │ │ ├── LzBinTree.cs.meta │ │ │ │ │ │ ├── LzInWindow.cs.meta │ │ │ │ │ │ └── LzOutWindow.cs.meta │ │ │ │ │ ├── LZMA │ │ │ │ │ │ ├── LzmaBase.cs.meta │ │ │ │ │ │ ├── LzmaDecoder.cs.meta │ │ │ │ │ │ └── LzmaEncoder.cs.meta │ │ │ │ │ └── RangeCoder │ │ │ │ │ │ ├── RangeCoder.cs.meta │ │ │ │ │ │ ├── RangeCoderBit.cs.meta │ │ │ │ │ │ └── RangeCoderBitTree.cs.meta │ │ │ │ ├── Common │ │ │ │ │ ├── CRC.cs.meta │ │ │ │ │ ├── InBuffer.cs.meta │ │ │ │ │ ├── OutBuffer.cs.meta │ │ │ │ │ └── CommandLineParser.cs.meta │ │ │ │ ├── ICoder.cs.meta │ │ │ │ └── CompressHelper.cs.meta │ │ │ ├── Demigiant │ │ │ │ ├── DOTween │ │ │ │ │ ├── DOTween.XML.meta │ │ │ │ │ ├── readme.txt.meta │ │ │ │ │ ├── DOTween.dll │ │ │ │ │ ├── DOTween.dll.mdb.meta │ │ │ │ │ ├── DOTween43.dll.mdb.meta │ │ │ │ │ ├── DOTween43.xml.meta │ │ │ │ │ ├── DOTween46.dll.mdb.meta │ │ │ │ │ ├── DOTween46.xml.meta │ │ │ │ │ ├── DOTween43.dll │ │ │ │ │ ├── DOTween46.dll │ │ │ │ │ ├── DOTween50.dll │ │ │ │ │ ├── DOTween.dll.mdb │ │ │ │ │ ├── Editor │ │ │ │ │ │ ├── DOTweenEditor.XML.meta │ │ │ │ │ │ ├── DOTweenEditor.dll.mdb.meta │ │ │ │ │ │ ├── DOTweenEditor.dll │ │ │ │ │ │ ├── Imgs │ │ │ │ │ │ │ ├── Footer.png │ │ │ │ │ │ │ ├── Header.jpg │ │ │ │ │ │ │ ├── DOTweenIcon.png │ │ │ │ │ │ │ └── Footer_dark.png │ │ │ │ │ │ ├── DOTweenEditor.dll.mdb │ │ │ │ │ │ └── Imgs.meta │ │ │ │ │ ├── DOTween43.dll.mdb │ │ │ │ │ ├── DOTween46.dll.mdb │ │ │ │ │ ├── DOTween50.dll.mdb │ │ │ │ │ ├── DOTween50.dll.mdb.meta │ │ │ │ │ ├── DOTween50.xml.meta │ │ │ │ │ └── Editor.meta │ │ │ │ ├── DOTweenPro │ │ │ │ │ ├── readme.txt.meta │ │ │ │ │ ├── DOTweenPro.XML.meta │ │ │ │ │ ├── DOTweenPro.dll.mdb.meta │ │ │ │ │ ├── DOTweenPro.dll │ │ │ │ │ ├── Editor │ │ │ │ │ │ ├── DOTweenProEditor.XML.meta │ │ │ │ │ │ ├── DOTweenProEditor.dll.mdb.meta │ │ │ │ │ │ ├── DOTweenProEditor.dll │ │ │ │ │ │ ├── DOTweenProEditor.dll.mdb │ │ │ │ │ │ └── DOTweenAnimationInspector.cs.meta │ │ │ │ │ ├── DOTweenPro.dll.mdb │ │ │ │ │ ├── DOTweenAnimation.cs.meta │ │ │ │ │ ├── DOTweenTk2d.cs.addon.meta │ │ │ │ │ ├── DOTweenTextMeshPro.cs.addon.meta │ │ │ │ │ └── Editor.meta │ │ │ │ ├── DOTweenPro Examples │ │ │ │ │ ├── DOTweenPath.unity.meta │ │ │ │ │ ├── DOTweenAnimation_Advanced.unity.meta │ │ │ │ │ ├── DOTweenAnimation_Basics.unity.meta │ │ │ │ │ ├── Examples Assets │ │ │ │ │ │ └── dotweenpro_logo.png │ │ │ │ │ └── Examples Assets.meta │ │ │ │ ├── DemiLib │ │ │ │ │ ├── Core │ │ │ │ │ │ ├── DemiLib.dll │ │ │ │ │ │ ├── DemiLib.dll.mdb │ │ │ │ │ │ ├── Editor │ │ │ │ │ │ │ ├── DemiEditor.dll │ │ │ │ │ │ │ ├── DemiEditor.dll.mdb │ │ │ │ │ │ │ ├── Imgs │ │ │ │ │ │ │ │ ├── blueSquare.png │ │ │ │ │ │ │ │ ├── redSquare.png │ │ │ │ │ │ │ │ ├── blackSquare.png │ │ │ │ │ │ │ │ ├── greenSquare.png │ │ │ │ │ │ │ │ ├── orangeSquare.png │ │ │ │ │ │ │ │ ├── purpleSquare.png │ │ │ │ │ │ │ │ ├── whiteSquare.png │ │ │ │ │ │ │ │ ├── yellowSquare.png │ │ │ │ │ │ │ │ ├── blackSquareAlpha10.png │ │ │ │ │ │ │ │ ├── blackSquareAlpha15.png │ │ │ │ │ │ │ │ ├── blackSquareAlpha25.png │ │ │ │ │ │ │ │ ├── blackSquareAlpha50.png │ │ │ │ │ │ │ │ ├── blackSquareAlpha80.png │ │ │ │ │ │ │ │ ├── whiteSquareAlpha10.png │ │ │ │ │ │ │ │ ├── whiteSquareAlpha15.png │ │ │ │ │ │ │ │ ├── whiteSquareAlpha25.png │ │ │ │ │ │ │ │ ├── whiteSquareAlpha50.png │ │ │ │ │ │ │ │ └── whiteSquareAlpha80.png │ │ │ │ │ │ │ ├── DemiEditor.dll.mdb.meta │ │ │ │ │ │ │ ├── DemiEditor.xml.meta │ │ │ │ │ │ │ └── Imgs.meta │ │ │ │ │ │ ├── DemiLib.dll.mdb.meta │ │ │ │ │ │ ├── DemiLib.xml.meta │ │ │ │ │ │ └── Editor.meta │ │ │ │ │ └── Core.meta │ │ │ │ ├── DOTween.meta │ │ │ │ ├── DOTweenPro.meta │ │ │ │ ├── DemiLib.meta │ │ │ │ └── DOTweenPro Examples.meta │ │ │ ├── ConsolePro │ │ │ │ ├── Editor │ │ │ │ │ └── ConsolePro.Editor.dll │ │ │ │ ├── Readme.txt.meta │ │ │ │ └── Editor.meta │ │ │ ├── 7zip.meta │ │ │ ├── ConsolePro.meta │ │ │ ├── Demigiant.meta │ │ │ ├── FairyGUI.meta │ │ │ └── FairyGUI │ │ │ │ ├── Scripts.meta │ │ │ │ ├── Resources.meta │ │ │ │ ├── Scripts │ │ │ │ ├── Core.meta │ │ │ │ ├── UI.meta │ │ │ │ ├── Core │ │ │ │ │ ├── Text.meta │ │ │ │ │ ├── HitTest.meta │ │ │ │ │ ├── Image.cs.meta │ │ │ │ │ ├── Shape.cs.meta │ │ │ │ │ ├── Stage.cs.meta │ │ │ │ │ ├── Stats.cs.meta │ │ │ │ │ ├── BlendMode.cs.meta │ │ │ │ │ ├── Container.cs.meta │ │ │ │ │ ├── FillUtils.cs.meta │ │ │ │ │ ├── GoWrapper.cs.meta │ │ │ │ │ ├── MovieClip.cs.meta │ │ │ │ │ ├── NGraphics.cs.meta │ │ │ │ │ ├── NMaterial.cs.meta │ │ │ │ │ ├── NTexture.cs.meta │ │ │ │ │ ├── PlayState.cs.meta │ │ │ │ │ └── Text │ │ │ │ │ │ └── Emoji.cs.meta │ │ │ │ ├── Editor.meta │ │ │ │ ├── Event.meta │ │ │ │ ├── Filter.meta │ │ │ │ ├── Gesture.meta │ │ │ │ ├── UI │ │ │ │ │ ├── Action.meta │ │ │ │ │ ├── Gears.meta │ │ │ │ │ ├── Tree.meta │ │ │ │ │ ├── GButton.cs.meta │ │ │ │ │ ├── GGraph.cs.meta │ │ │ │ │ ├── GGroup.cs.meta │ │ │ │ │ ├── GImage.cs.meta │ │ │ │ │ ├── GLabel.cs.meta │ │ │ │ │ ├── GList.cs.meta │ │ │ │ │ ├── GLoader.cs.meta │ │ │ │ │ ├── GObject.cs.meta │ │ │ │ │ ├── GRoot.cs.meta │ │ │ │ │ ├── GSlider.cs.meta │ │ │ │ │ ├── Margin.cs.meta │ │ │ │ │ ├── UIPanel.cs.meta │ │ │ │ │ ├── Window.cs.meta │ │ │ │ │ ├── Controller.cs.meta │ │ │ │ │ ├── FieldTypes.cs.meta │ │ │ │ │ ├── GComboBox.cs.meta │ │ │ │ │ ├── GComponent.cs.meta │ │ │ │ │ ├── GMovieClip.cs.meta │ │ │ │ │ ├── GObjectPool.cs.meta │ │ │ │ │ ├── GProgressBar.cs.meta │ │ │ │ │ ├── GScrollBar.cs.meta │ │ │ │ │ ├── GTextField.cs.meta │ │ │ │ │ ├── GTextInput.cs.meta │ │ │ │ │ ├── Gears │ │ │ │ │ │ └── GearXY.cs.meta │ │ │ │ │ ├── IUISource.cs.meta │ │ │ │ │ ├── PackageItem.cs.meta │ │ │ │ │ ├── PageOption.cs.meta │ │ │ │ │ ├── PopupMenu.cs.meta │ │ │ │ │ ├── RelationItem.cs.meta │ │ │ │ │ ├── Relations.cs.meta │ │ │ │ │ ├── ScrollPane.cs.meta │ │ │ │ │ ├── Transition.cs.meta │ │ │ │ │ ├── UIConfig.cs.meta │ │ │ │ │ └── UIPackage.cs.meta │ │ │ │ ├── Utils.meta │ │ │ │ ├── Utils │ │ │ │ │ ├── Html.meta │ │ │ │ │ └── XML.cs.meta │ │ │ │ └── Filter │ │ │ │ │ └── IFilter.cs.meta │ │ │ │ ├── Resources │ │ │ │ ├── Shaders.meta │ │ │ │ └── Shaders │ │ │ │ │ ├── AddOn.meta │ │ │ │ │ ├── FairyGUI-Text.shader.meta │ │ │ │ │ ├── FairyGUI-BMFont.shader.meta │ │ │ │ │ ├── FairyGUI-Image.shader.meta │ │ │ │ │ ├── FairyGUI-Text-Brighter.shader.meta │ │ │ │ │ └── AddOn │ │ │ │ │ └── FairyGUI-BlurFilter.shader.meta │ │ │ │ ├── LuaUIHelper.cs.meta │ │ │ │ └── TweenUtils.cs.meta │ │ ├── Core.meta │ │ ├── Def.meta │ │ ├── Libs.meta │ │ ├── LuaMgr.meta │ │ ├── Net.meta │ │ ├── Task.meta │ │ ├── Util.meta │ │ ├── Core │ │ │ ├── Event.meta │ │ │ ├── ResMgr.meta │ │ │ ├── UIMgr.meta │ │ │ ├── SceneMgr.meta │ │ │ ├── SounMgr.meta │ │ │ ├── GameMode.cs.meta │ │ │ ├── LogicCore.cs.meta │ │ │ ├── LogicNode.cs.meta │ │ │ ├── ResMgr │ │ │ │ ├── ABMgr.cs.meta │ │ │ │ ├── ABInfo.cs.meta │ │ │ │ ├── GameCfgMgr.cs.meta │ │ │ │ ├── ISceneLoad.cs.meta │ │ │ │ ├── LoadGroup.cs.meta │ │ │ │ ├── ResMgr.cs.meta │ │ │ │ ├── AutoLoadAsset.cs.meta │ │ │ │ └── LoadDataCfg.cs.meta │ │ │ ├── UIMgr │ │ │ │ ├── BaseUI.cs.meta │ │ │ │ └── UIMgr.cs.meta │ │ │ ├── Event │ │ │ │ ├── EventData.cs.meta │ │ │ │ └── EventNode.cs.meta │ │ │ ├── SceneMgr │ │ │ │ ├── SceneMgr.cs.meta │ │ │ │ └── SceneBase.cs.meta │ │ │ └── SounMgr │ │ │ │ ├── BGMMgr.cs.meta │ │ │ │ └── SoundMgr.cs.meta │ │ ├── GameCfg.meta │ │ ├── SupportLua.meta │ │ ├── HotUpdataRes.meta │ │ ├── StateMachine.meta │ │ ├── VerInfo.cs.meta │ │ ├── Def │ │ │ ├── AppConst.cs.meta │ │ │ ├── EventDef.cs.meta │ │ │ ├── WXConstant.cs.meta │ │ │ └── FramworkEventDef.cs.meta │ │ ├── Task │ │ │ ├── Task.cs.meta │ │ │ ├── AsynTask.cs.meta │ │ │ ├── DownAPKTask.cs.meta │ │ │ ├── DownLoadTask.cs.meta │ │ │ ├── ParallelTask.cs.meta │ │ │ ├── TaskBase.cs.meta │ │ │ └── DecompressionTask.cs.meta │ │ ├── Util │ │ │ ├── ComUtil.cs.meta │ │ │ ├── Log.cs.meta │ │ │ ├── GameFlag.cs.meta │ │ │ ├── MD5Utils.cs.meta │ │ │ ├── MathUtilLite.cs.meta │ │ │ ├── TimeDelay.cs.meta │ │ │ └── FairyGUIGLoaderExtension.cs.meta │ │ ├── EntranceScene.cs.meta │ │ ├── Initialization.cs.meta │ │ ├── LuaMgr │ │ │ ├── LuaMgr.cs.meta │ │ │ └── BuildInInit.cs.meta │ │ ├── StateMachine │ │ │ ├── IState.cs.meta │ │ │ └── StateMachine.cs.meta │ │ ├── GameCfg │ │ │ └── LocalGameCfgData.cs.meta │ │ ├── SupportLua │ │ │ └── YKSupportLua.cs.meta │ │ └── HotUpdataRes │ │ │ ├── HotUpdateRessMgr.cs.meta │ │ │ └── ComparisonFileInfoList.cs.meta │ ├── Editor.meta │ ├── Script.meta │ ├── Resources.meta │ └── Resources │ │ └── gamecfg.asset.meta ├── AB │ ├── test │ │ ├── C2S.bytes │ │ ├── BasePack@atlas0.png │ │ ├── LoadingScenePack@atlas0.png │ │ ├── LoadingScenePack@atlas_jkp82.png │ │ ├── LoadingScenePack@atlas_jkp87.png │ │ ├── basepacklayerdata │ │ │ ├── BasePack.bytes │ │ │ └── BasePack.bytes.meta │ │ ├── LoadingScenePack@atlas_kwlw12.png │ │ ├── loadingscenelayerdata │ │ │ ├── LoadingScenePack.bytes │ │ │ └── LoadingScenePack.bytes.meta │ │ ├── C2S.bytes.meta │ │ ├── BasePack@sprites.bytes.meta │ │ ├── LoadingScenePack@sprites.bytes.meta │ │ ├── basepacklayerdata.meta │ │ ├── loadingscenelayerdata.meta │ │ ├── testpre.prefab.meta │ │ └── LoadingScenePack@sprites.bytes │ ├── Odin Inspector Logo 1.png │ ├── Odin Inspector Logo 2.png │ ├── Lua │ │ ├── ykframwork │ │ │ ├── main.txt.meta │ │ │ ├── core_class.txt.meta │ │ │ ├── core_yk.txt.meta │ │ │ ├── core_netmgr.txt.meta │ │ │ ├── core_windowbase.txt.meta │ │ │ ├── fgui_fairygui.txt.meta │ │ │ └── core_scenebaselua.txt.meta │ │ └── ykframwork.meta │ ├── gamecfg │ │ ├── defaultres.json.meta │ │ └── New Material.mat.meta │ ├── Lua.meta │ ├── test.meta │ └── gamecfg.meta ├── XLua │ ├── Doc │ │ ├── logo.png │ │ ├── xLua.png │ │ ├── XLua教程.doc │ │ ├── XLua的配置.doc │ │ ├── XLua_API.doc │ │ ├── XLua性能分析工具.doc │ │ ├── XLua增加删除第三方lua库.doc │ │ ├── XLua_API.doc.meta │ │ ├── XLua复杂值类型(struct)gc优化指南.doc │ │ ├── Materials │ │ │ └── logo.mat.meta │ │ ├── faq.md.meta │ │ ├── XLua教程.doc.meta │ │ ├── XLua的配置.doc.meta │ │ ├── features.md.meta │ │ ├── hotfix.md.meta │ │ ├── XLua性能分析工具.doc.meta │ │ ├── signature.md.meta │ │ ├── XLua增加删除第三方lua库.doc.meta │ │ ├── custom_generate.md.meta │ │ ├── XLua复杂值类型(struct)gc优化指南.doc.meta │ │ └── Materials.meta │ ├── Src │ │ ├── LuaDLL.cs │ │ ├── LuaEnv.cs │ │ ├── RawObject.cs │ │ ├── Editor.meta │ │ ├── Editor │ │ │ ├── Template.meta │ │ │ ├── Template │ │ │ │ ├── TemplateCommon.lua.txt.meta │ │ │ │ ├── LuaClassWrap.tpl.txt.meta │ │ │ │ ├── LuaEnumWrap.tpl.txt.meta │ │ │ │ ├── LuaEnumWrapGCM.tpl.txt.meta │ │ │ │ ├── LuaRegister.tpl.txt.meta │ │ │ │ ├── LuaRegisterGCM.tpl.txt.meta │ │ │ │ ├── LuaWrapPusher.tpl.txt.meta │ │ │ │ ├── PackUnpack.tpl.txt.meta │ │ │ │ ├── LuaClassWrapGCM.tpl.txt.meta │ │ │ │ ├── LuaDelegateBridge.tpl.txt.meta │ │ │ │ ├── LuaDelegateWrap.tpl.txt.meta │ │ │ │ └── LuaInterfaceBridge.tpl.txt.meta │ │ │ ├── Generator.cs.meta │ │ │ ├── LinkXmlGen │ │ │ │ └── LinkXmlGen.tpl.txt.meta │ │ │ ├── LinkXmlGen.meta │ │ │ └── Hotfix.cs.meta │ │ ├── TemplateEngine.meta │ │ ├── LuaBase.cs.meta │ │ ├── LuaDLL.cs.meta │ │ ├── LuaEnv.cs.meta │ │ ├── LuaTable.cs.meta │ │ ├── Utils.cs.meta │ │ ├── LuaException.cs.meta │ │ ├── LuaFunction.cs.meta │ │ ├── ObjectCasters.cs.meta │ │ ├── MethodWarpsCache.cs.meta │ │ ├── ObjectTranslator.cs.meta │ │ ├── ObjectTranslatorPool.cs.meta │ │ ├── TemplateEngine │ │ │ └── TemplateEngine.cs.meta │ │ ├── CodeEmit.cs.meta │ │ ├── CopyByValue.cs.meta │ │ ├── GenConfig.cs.meta │ │ ├── ObjectPool.cs.meta │ │ ├── RawObject.cs.meta │ │ ├── DelegateBridge.cs.meta │ │ ├── GenAttributes.cs.meta │ │ ├── InternalGlobals.cs.meta │ │ ├── SignatureLoader.cs.meta │ │ ├── TypeExtensions.cs.meta │ │ └── StaticLuaCallbacks.cs.meta │ ├── Doc.meta │ ├── Src.meta │ ├── CHANGELOG.txt.meta │ ├── Resources │ │ ├── protoc.lua.txt.meta │ │ ├── tdr │ │ │ └── tdr.lua.txt.meta │ │ ├── xlua │ │ │ └── util.lua.txt.meta │ │ ├── perf │ │ │ ├── memory.lua.txt.meta │ │ │ └── profiler.lua.txt.meta │ │ ├── perf.meta │ │ ├── tdr.meta │ │ └── xlua.meta │ └── Resources.meta ├── Plugins │ ├── CString.dll │ ├── Debugger.dll │ ├── x86 │ │ ├── xlua.dll │ │ └── libxlua.so │ ├── zlib.net.dll │ ├── iOS │ │ └── libxlua.a │ ├── WSA │ │ ├── ARM │ │ │ └── xlua.dll │ │ ├── x64 │ │ │ └── xlua.dll │ │ ├── x86 │ │ │ └── xlua.dll │ │ ├── ARM.meta │ │ ├── x64.meta │ │ └── x86.meta │ ├── x86_64 │ │ ├── libxlua.so │ │ ├── tolua.dll │ │ └── xlua.dll │ ├── Android │ │ ├── libs │ │ │ ├── x86 │ │ │ │ └── libxlua.so │ │ │ ├── armeabi-v7a │ │ │ │ └── libxlua.so │ │ │ ├── x86.meta │ │ │ └── armeabi-v7a.meta │ │ └── libs.meta │ ├── xlua.bundle │ │ ├── Contents │ │ │ ├── MacOS │ │ │ │ ├── xlua │ │ │ │ └── xlua.meta │ │ │ ├── Info.plist.meta │ │ │ └── MacOS.meta │ │ └── Contents.meta │ ├── WSA.meta │ ├── iOS.meta │ ├── x86.meta │ ├── x86_64.meta │ └── Android.meta ├── StreamingAssets │ ├── test.bytes │ ├── tolua.bytes │ ├── gamecfg.bytes │ ├── StreamingAssets │ ├── ykframwork.bytes │ ├── StreamingAssets.manifest │ ├── 0ver.txt.meta │ ├── gamecfg.bytes.meta │ ├── test.bytes.meta │ ├── tolua.bytes.meta │ ├── StreamingAssets.meta │ ├── test.bytes.manifest.meta │ ├── ykframwork.bytes.meta │ ├── StreamingAssets.manifest.meta │ ├── gamecfg.bytes.manifest.meta │ ├── tolua.bytes.manifest.meta │ └── ykframwork.bytes.manifest.meta ├── main.unity.meta ├── AB.meta ├── XLua.meta ├── Plugins.meta ├── Resources.meta ├── YKFramwork.meta ├── StreamingAssets.meta ├── New Material.mat.meta └── Resources │ └── DOTweenSettings.asset.meta ├── ProjectSettings ├── ProjectVersion.txt ├── ClusterInputManager.asset ├── EditorBuildSettings.asset ├── NetworkManager.asset └── TimeManager.asset ├── LuaApi.zip ├── mscorlib.zip ├── .gitignore ├── AB ├── test.bytes ├── tolua.bytes ├── gamecfg.bytes └── ykframwork.bytes ├── UnityEngine.zip ├── Assembly-CSharp.zip ├── README.md └── Lua └── .idea ├── libraries ├── LuaApi.xml ├── UnityEngine.xml ├── Assembly_CSharp.xml └── mscorlib.xml └── modules.xml /Assets/YKFramwork/Editor/LuaTemplate/Lua.lua: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 5.6.3f1 2 | -------------------------------------------------------------------------------- /LuaApi.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/LuaApi.zip -------------------------------------------------------------------------------- /mscorlib.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/mscorlib.zip -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | /Library/ 2 | /Temp/ 3 | /.vs/ 4 | /Assets/AB/Lua 5 | *.csproj 6 | *.sln 7 | -------------------------------------------------------------------------------- /AB/test.bytes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/AB/test.bytes -------------------------------------------------------------------------------- /AB/tolua.bytes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/AB/tolua.bytes -------------------------------------------------------------------------------- /AB/gamecfg.bytes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/AB/gamecfg.bytes -------------------------------------------------------------------------------- /UnityEngine.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/UnityEngine.zip -------------------------------------------------------------------------------- /AB/ykframwork.bytes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/AB/ykframwork.bytes -------------------------------------------------------------------------------- /Assembly-CSharp.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assembly-CSharp.zip -------------------------------------------------------------------------------- /Assets/AB/test/C2S.bytes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/AB/test/C2S.bytes -------------------------------------------------------------------------------- /Assets/XLua/Doc/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/XLua/Doc/logo.png -------------------------------------------------------------------------------- /Assets/XLua/Doc/xLua.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/XLua/Doc/xLua.png -------------------------------------------------------------------------------- /Assets/Plugins/CString.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/Plugins/CString.dll -------------------------------------------------------------------------------- /Assets/Plugins/Debugger.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/Plugins/Debugger.dll -------------------------------------------------------------------------------- /Assets/Plugins/x86/xlua.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/Plugins/x86/xlua.dll -------------------------------------------------------------------------------- /Assets/Plugins/zlib.net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/Plugins/zlib.net.dll -------------------------------------------------------------------------------- /Assets/XLua/Doc/XLua教程.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/XLua/Doc/XLua教程.doc -------------------------------------------------------------------------------- /Assets/XLua/Doc/XLua的配置.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/XLua/Doc/XLua的配置.doc -------------------------------------------------------------------------------- /Assets/XLua/Src/LuaDLL.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/XLua/Src/LuaDLL.cs -------------------------------------------------------------------------------- /Assets/XLua/Src/LuaEnv.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/XLua/Src/LuaEnv.cs -------------------------------------------------------------------------------- /Assets/Plugins/iOS/libxlua.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/Plugins/iOS/libxlua.a -------------------------------------------------------------------------------- /Assets/Plugins/x86/libxlua.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/Plugins/x86/libxlua.so -------------------------------------------------------------------------------- /Assets/XLua/Doc/XLua_API.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/XLua/Doc/XLua_API.doc -------------------------------------------------------------------------------- /Assets/Plugins/WSA/ARM/xlua.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/Plugins/WSA/ARM/xlua.dll -------------------------------------------------------------------------------- /Assets/Plugins/WSA/x64/xlua.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/Plugins/WSA/x64/xlua.dll -------------------------------------------------------------------------------- /Assets/Plugins/WSA/x86/xlua.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/Plugins/WSA/x86/xlua.dll -------------------------------------------------------------------------------- /Assets/Plugins/x86_64/libxlua.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/Plugins/x86_64/libxlua.so -------------------------------------------------------------------------------- /Assets/Plugins/x86_64/tolua.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/Plugins/x86_64/tolua.dll -------------------------------------------------------------------------------- /Assets/Plugins/x86_64/xlua.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/Plugins/x86_64/xlua.dll -------------------------------------------------------------------------------- /Assets/XLua/Doc/XLua性能分析工具.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/XLua/Doc/XLua性能分析工具.doc -------------------------------------------------------------------------------- /Assets/AB/test/BasePack@atlas0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/AB/test/BasePack@atlas0.png -------------------------------------------------------------------------------- /Assets/StreamingAssets/test.bytes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/StreamingAssets/test.bytes -------------------------------------------------------------------------------- /Assets/StreamingAssets/tolua.bytes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/StreamingAssets/tolua.bytes -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Net/Sockect/NetworkType.cs: -------------------------------------------------------------------------------- 1 | public enum NetworkType 2 | { 3 | Http = 0, 4 | Socket = 1, 5 | } -------------------------------------------------------------------------------- /Assets/AB/Odin Inspector Logo 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/AB/Odin Inspector Logo 1.png -------------------------------------------------------------------------------- /Assets/AB/Odin Inspector Logo 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/AB/Odin Inspector Logo 2.png -------------------------------------------------------------------------------- /Assets/StreamingAssets/gamecfg.bytes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/StreamingAssets/gamecfg.bytes -------------------------------------------------------------------------------- /Assets/XLua/Doc/XLua增加删除第三方lua库.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/XLua/Doc/XLua增加删除第三方lua库.doc -------------------------------------------------------------------------------- /Assets/StreamingAssets/StreamingAssets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/StreamingAssets/StreamingAssets -------------------------------------------------------------------------------- /Assets/StreamingAssets/ykframwork.bytes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/StreamingAssets/ykframwork.bytes -------------------------------------------------------------------------------- /Assets/AB/test/LoadingScenePack@atlas0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/AB/test/LoadingScenePack@atlas0.png -------------------------------------------------------------------------------- /Assets/Plugins/Android/libs/x86/libxlua.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/Plugins/Android/libs/x86/libxlua.so -------------------------------------------------------------------------------- /Assets/XLua/Doc/XLua_API.doc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f05e875da3e1b3844b2360d177d617c9 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # YKFrameworkXLUA 2 | 游客学院UNITY fairygui + xlua 框架 3 | 有问题加群:931217607 4 | Tolua版本:https://github.com/sheenli/YKFrameworkTolua 5 | -------------------------------------------------------------------------------- /Assets/XLua/Doc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 67edfc4b640373846b14362bf8769576 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/XLua/Doc/XLua复杂值类型(struct)gc优化指南.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/XLua/Doc/XLua复杂值类型(struct)gc优化指南.doc -------------------------------------------------------------------------------- /Assets/XLua/Src.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ac2f50d02ed9ec24b8fcc1921bfb244c 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/AB/test/LoadingScenePack@atlas_jkp82.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/AB/test/LoadingScenePack@atlas_jkp82.png -------------------------------------------------------------------------------- /Assets/AB/test/LoadingScenePack@atlas_jkp87.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/AB/test/LoadingScenePack@atlas_jkp87.png -------------------------------------------------------------------------------- /Assets/AB/test/basepacklayerdata/BasePack.bytes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/AB/test/basepacklayerdata/BasePack.bytes -------------------------------------------------------------------------------- /Assets/Plugins/xlua.bundle/Contents/MacOS/xlua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/Plugins/xlua.bundle/Contents/MacOS/xlua -------------------------------------------------------------------------------- /Assets/XLua/Doc/Materials/logo.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 953e2ba39b9a2d54388919b75877efb7 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/XLua/Src/RawObject.cs: -------------------------------------------------------------------------------- 1 | namespace XLua 2 | { 3 | public interface RawObject 4 | { 5 | object Target { get; } 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /Assets/AB/test/LoadingScenePack@atlas_kwlw12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/AB/test/LoadingScenePack@atlas_kwlw12.png -------------------------------------------------------------------------------- /Assets/XLua/Src/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1e53aa922da0a00469e5760902833e71 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Plugins/Android/libs/armeabi-v7a/libxlua.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/Plugins/Android/libs/armeabi-v7a/libxlua.so -------------------------------------------------------------------------------- /Assets/XLua/Src/Editor/Template.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9c7307955fb71fc4090eb2a906a78a0a 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/XLua/Src/TemplateEngine.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4f996f6400fcbdd4db02eeab46d9dd1e 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/ICSharpCode.SharpZipLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Editor/ICSharpCode.SharpZipLib.dll -------------------------------------------------------------------------------- /Assets/XLua/Src/Editor/Template/TemplateCommon.lua.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cb41d53afe75a9443b182e284298feeb 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Net/Pack/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Net/Pack/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/7zip/Common.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 624baec4d995ca445a76a9a7eef0e382 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTween/DOTween.XML.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 34192c5e0d14aee43a0e86cc4823268a 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTween/readme.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fccfc62abf2eb0a4db614853430894fd 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/AB/test/loadingscenelayerdata/LoadingScenePack.bytes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/AB/test/loadingscenelayerdata/LoadingScenePack.bytes -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/7zip/Compress.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3defdbb20e367c14da4278ad4b54280f 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/7zip/Compress/LZ.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e412134fa031b96408bea4333814968f 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTween/DOTween.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DOTween/DOTween.dll -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTween/DOTween.dll.mdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4f007001a22b3d24dae350342c4d19c8 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTween/DOTween43.dll.mdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a00659c7a1bd06b41a3290339acda38c 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTween/DOTween43.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6162161b9830fd04c89796a2ca4220d3 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTween/DOTween46.dll.mdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 529fe1e0ad74d94468b9c364be60c4d3 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTween/DOTween46.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 43b75c769c24f3a4487f8d873406e7da 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTweenPro/readme.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aa8f07903bf128e44a7d0b91a63dedab 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/7zip/Compress/LZMA.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8c2030bd2d9117e43964ef14c311bcb1 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTween/DOTween43.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DOTween/DOTween43.dll -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTween/DOTween46.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DOTween/DOTween46.dll -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTween/DOTween50.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DOTween/DOTween50.dll -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTweenPro/DOTweenPro.XML.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: db7d7ef84c388bc4fbc3835d31a15306 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTweenPro/DOTweenPro.dll.mdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d719ed2e2c87eae4e8dd520e2df659c1 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!236 &1 4 | ClusterInputManager: 5 | m_ObjectHideFlags: 0 6 | m_Inputs: [] 7 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/7zip/Compress/LzmaAlone.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6fe415b92c090304898e768cea248577 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/7zip/Compress/RangeCoder.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d1151857a947f424f9bb53f045c91157 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTween/DOTween.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DOTween/DOTween.dll.mdb -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTween/Editor/DOTweenEditor.XML.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2e2c6224d345d9249acfa6e8ef40bb2d 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTween/Editor/DOTweenEditor.dll.mdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f46310a8b0a8f04a92993c37c713243 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTweenPro Examples/DOTweenPath.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a351b59ca54a0bc4083c35844da13a61 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/DemiLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/DemiLib.dll -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTween/DOTween43.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DOTween/DOTween43.dll.mdb -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTween/DOTween46.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DOTween/DOTween46.dll.mdb -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTween/DOTween50.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DOTween/DOTween50.dll.mdb -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTweenPro/DOTweenPro.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DOTweenPro/DOTweenPro.dll -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTweenPro/Editor/DOTweenProEditor.XML.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 753a4f4ed73b17143923101226957756 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTweenPro/Editor/DOTweenProEditor.dll.mdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ee3a420017f129443896310d9fab256b 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/AutoBuild/XcodeProjectUpdater/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4c04a3f3de8a840f8a30bd11d5871ea3 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/7zip/Compress/LzmaAlone/Properties.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e8f313a08c9232640b570dd9c2feceb3 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/ConsolePro/Editor/ConsolePro.Editor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/ConsolePro/Editor/ConsolePro.Editor.dll -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTweenPro/DOTweenPro.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DOTweenPro/DOTweenPro.dll.mdb -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/DemiLib.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/DemiLib.dll.mdb -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTween/Editor/DOTweenEditor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DOTween/Editor/DOTweenEditor.dll -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTween/Editor/Imgs/Footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DOTween/Editor/Imgs/Footer.png -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTween/Editor/Imgs/Header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DOTween/Editor/Imgs/Header.jpg -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTweenPro Examples/DOTweenAnimation_Advanced.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a5f7a56d339da84449899ecf95fbe33d 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTweenPro Examples/DOTweenAnimation_Basics.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6a2ad353325ffe64983c28d69a8738f5 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/DemiEditor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/DemiEditor.dll -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1045 &1 4 | EditorBuildSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_Scenes: [] 8 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTween/Editor/DOTweenEditor.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DOTween/Editor/DOTweenEditor.dll.mdb -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTween/Editor/Imgs/DOTweenIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DOTween/Editor/Imgs/DOTweenIcon.png -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTween/Editor/Imgs/Footer_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DOTween/Editor/Imgs/Footer_dark.png -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTweenPro/Editor/DOTweenProEditor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DOTweenPro/Editor/DOTweenProEditor.dll -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/DemiEditor.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/DemiEditor.dll.mdb -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/Imgs/blueSquare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/Imgs/blueSquare.png -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/Imgs/redSquare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/Imgs/redSquare.png -------------------------------------------------------------------------------- /Assets/StreamingAssets/StreamingAssets.manifest: -------------------------------------------------------------------------------- 1 | ManifestFileVersion: 0 2 | CRC: 3639656356 3 | AssetBundleManifest: 4 | AssetBundleInfos: 5 | Info_0: 6 | Name: ykframwork.bytes 7 | Dependencies: {} 8 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTweenPro/Editor/DOTweenProEditor.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DOTweenPro/Editor/DOTweenProEditor.dll.mdb -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/Imgs/blackSquare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/Imgs/blackSquare.png -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/Imgs/greenSquare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/Imgs/greenSquare.png -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/Imgs/orangeSquare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/Imgs/orangeSquare.png -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/Imgs/purpleSquare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/Imgs/purpleSquare.png -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquare.png -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/Imgs/yellowSquare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/Imgs/yellowSquare.png -------------------------------------------------------------------------------- /ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!149 &1 4 | NetworkManager: 5 | m_ObjectHideFlags: 0 6 | m_DebugLevel: 0 7 | m_Sendrate: 15 8 | m_AssetToPrefab: {} 9 | -------------------------------------------------------------------------------- /Assets/main.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9d7c5485ca0e80c47949c8015da9e560 3 | timeCreated: 1525492644 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/XLua/Doc/faq.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 13645b7c8597d7840adaff65764ad40f 3 | timeCreated: 1481765808 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha10.png -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha15.png -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha25.png -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha50.png -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha80.png -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha10.png -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha15.png -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha25.png -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha50.png -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha80.png -------------------------------------------------------------------------------- /Assets/AB/test/C2S.bytes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a8b76218c5c91a44dbad5b377d38229a 3 | timeCreated: 1529381200 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/XLua/Doc/XLua教程.doc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9678cc58c9b40e147b514f7f5122ee20 3 | timeCreated: 1456291064 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/XLua/Doc/XLua的配置.doc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 57c6cf634c35eb146b95206d498cbf99 3 | timeCreated: 1480488641 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/XLua/Doc/features.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6dcae34981e53564ea1ad644fe0b2f7c 3 | timeCreated: 1481768591 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/XLua/Doc/hotfix.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a96cb06c040f28c4aab024ca7634360b 3 | timeCreated: 1482837382 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/0ver.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c1f17ec8cc6fc264a9991ee56297881e 3 | timeCreated: 1529063497 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/XLua/CHANGELOG.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: be3fe4ee249c5274693e7b6f8053e861 3 | timeCreated: 1470364015 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/XLua/Doc/XLua性能分析工具.doc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5e83c211c4c43834b9c8027b7480ab5f 3 | timeCreated: 1462265117 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/XLua/Doc/signature.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 54ea702ea6cb89a46b7986dc7fa8482e 3 | timeCreated: 1489376033 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/XLua/Src/LuaBase.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 36f6e0ab03586ce4493d45dbc2a0ff5c 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/XLua/Src/LuaDLL.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d60cef534e986e849a829838fbeb74b5 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/XLua/Src/LuaEnv.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1a72df23459239b4d901cdacabd469d1 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/XLua/Src/LuaTable.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3a4d72d338110544b8538c1a5fd33c11 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/XLua/Src/Utils.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d9c14a5b76adb7d41926526af904beda 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/AB/Lua/ykframwork/main.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2cc122b294397ea4aac0e9e3db45aa36 3 | timeCreated: 1529066733 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AB/gamecfg/defaultres.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8bc859e784d154a4b962a1a961c53a66 3 | timeCreated: 1525493848 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/gamecfg.bytes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b969bbdb0672c3d4ba068f9928c440a7 3 | timeCreated: 1529065056 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/test.bytes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5a85c448d76cd3b4cabe935bada63e22 3 | timeCreated: 1527676220 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/tolua.bytes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b08cfddc6b859b544b75ab8e09fd8453 3 | timeCreated: 1529063497 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/XLua/Doc/XLua增加删除第三方lua库.doc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 40e0633beaaf4dd49aca86e58539a814 3 | timeCreated: 1469709930 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/XLua/Doc/custom_generate.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6436d38981b6f5a4d8a2255ea3145ed1 3 | timeCreated: 1486519283 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/XLua/Src/LuaException.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b209468b680ef7d4195de21a39bfcae0 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/XLua/Src/LuaFunction.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7c45cd490d853cb409d042c641784718 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/XLua/Src/ObjectCasters.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 04cef766c4f15b341bcb4659831e6748 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/AB.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cebff98e869b8a1478afa8cf4672b4ee 3 | folderAsset: yes 4 | timeCreated: 1525493848 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AB/Lua/ykframwork/core_class.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 949afe4615ca1254596c0681d9a8e8f1 3 | timeCreated: 1529066733 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AB/Lua/ykframwork/core_yk.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 79520c2a81b082d408783d43502fa86a 3 | timeCreated: 1529066733 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AB/test/BasePack@sprites.bytes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d0f98a869e10f5d45b6b830afc5c5640 3 | timeCreated: 1529756395 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/StreamingAssets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: de63e25eb4c9b1440813169d0d450e8b 3 | timeCreated: 1527676221 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/test.bytes.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 33dab6285b08da64a889c67dba73dd3f 3 | timeCreated: 1527676220 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/ykframwork.bytes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 674a572678df574499c244ed343de642 3 | timeCreated: 1529063492 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/XLua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 63005665e2df3ca488bf35d310baf270 3 | folderAsset: yes 4 | timeCreated: 1529394223 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/XLua/Resources/protoc.lua.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f02107737018c404aa96103511599be7 3 | timeCreated: 1529397602 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/XLua/Resources/tdr/tdr.lua.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9e05f05f4a331bc45a04832062650a9e 3 | timeCreated: 1458812943 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/XLua/Resources/xlua/util.lua.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4397ec772c2d41e46a9766cf46b8bec6 3 | timeCreated: 1463477791 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/XLua/Src/Editor/Generator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e866a5f1000c29940843aece98d0c706 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/XLua/Src/MethodWarpsCache.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d5f029e1a01fd984f92bf8d5c2b51923 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/XLua/Src/ObjectTranslator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 41d53bdd4bbda0f41a6bd1eb35af4f99 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTweenPro Examples/Examples Assets/dotweenpro_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheenli/YKFrameworkXLUA/HEAD/Assets/YKFramwork/Script/Libs/Demigiant/DOTweenPro Examples/Examples Assets/dotweenpro_logo.png -------------------------------------------------------------------------------- /Assets/AB/Lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a2ee740c8e2cb4949953ab7d06c2d417 3 | folderAsset: yes 4 | timeCreated: 1529063486 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AB/Lua/ykframwork/core_netmgr.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f6055bba0e722eb44a80dbc45edbe94f 3 | timeCreated: 1529066733 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AB/Lua/ykframwork/core_windowbase.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 99605c82b1fa4e442ab43c93ac7b0ff4 3 | timeCreated: 1529066733 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AB/Lua/ykframwork/fgui_fairygui.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1b8c7e837b21a6343a92d08945f3e583 3 | timeCreated: 1529066733 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AB/test.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 70fb05081dfe94c4d92584ac26f64fac 3 | folderAsset: yes 4 | timeCreated: 1527675823 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c9e59651feec0ab4c83b5d7cf7464818 3 | folderAsset: yes 4 | timeCreated: 1526628481 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/xlua.bundle/Contents/Info.plist.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4bf6e512042618747832cd081b67ea1f 3 | timeCreated: 1529394114 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/xlua.bundle/Contents/MacOS/xlua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d1ffdcfa503af9e46a26caf2e81fcea4 3 | timeCreated: 1529394114 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dd8e1d5eb9e1b304084f7c2f3f405509 3 | folderAsset: yes 4 | timeCreated: 1528980907 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/StreamingAssets.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4777f93ad1c1e2949a796368d0b65660 3 | timeCreated: 1527676221 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/gamecfg.bytes.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 92aa11d04a214dd45b79e440c1c14811 3 | timeCreated: 1529065056 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/tolua.bytes.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 733234230af80244786db076a199f351 3 | timeCreated: 1529063497 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/XLua/Doc/XLua复杂值类型(struct)gc优化指南.doc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 11d97e567c78f3147b86070c103f3d2d 3 | timeCreated: 1472455442 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/XLua/Resources/perf/memory.lua.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6a5cba5df35473342b614686c15f8a4c 3 | timeCreated: 1461833890 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/XLua/Resources/perf/profiler.lua.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4841b87b13a684649aab9de0e72132b7 3 | timeCreated: 1461553714 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/XLua/Src/ObjectTranslatorPool.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 069f15dde2065491db1e68ca5fb1279d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/LuaTemplate/Lua.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1a18f2cb753bd444da60d65c4ad28175 3 | timeCreated: 1500273062 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AB/Lua/ykframwork/core_scenebaselua.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fe35e70740959894989c429284eae730 3 | timeCreated: 1529066733 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AB/gamecfg.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cb012f400109d244e9be6f030f0880cd 3 | folderAsset: yes 4 | timeCreated: 1525493848 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AB/test/LoadingScenePack@sprites.bytes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cea4146c9d9ba8147af7f09054d98fa9 3 | timeCreated: 1529756395 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AB/test/basepacklayerdata/BasePack.bytes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 826e349c30a0f8e4a8a48c8f3396179a 3 | timeCreated: 1524544087 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/WSA.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fb6221e216014b24880f96ed73fb8e72 3 | folderAsset: yes 4 | timeCreated: 1529394114 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/iOS.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ac466ec989d33654d87b2a81d72c261d 3 | folderAsset: yes 4 | timeCreated: 1529394114 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/x86.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bd982bf018bf6684490b70d0d52402a7 3 | folderAsset: yes 4 | timeCreated: 1529394114 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/x86_64.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bb5f804079597904db25751f51a02d0f 3 | folderAsset: yes 4 | timeCreated: 1529394094 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/ykframwork.bytes.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f3d459ace43b74c4d8555d1a813ab76e 3 | timeCreated: 1529063492 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/XLua/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fa4f7e825d6ae9742bd6f88af5865c13 3 | folderAsset: yes 4 | timeCreated: 1458812833 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/XLua/Src/TemplateEngine/TemplateEngine.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d416b4da0b828854c8e997f0c1ae4072 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f3413cbdaa19ba642b4e9eea70486bae 3 | folderAsset: yes 4 | timeCreated: 1525492498 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/AutoBuild/Install.plist.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 37a241f5eba991049b3bb6a8dec2c646 3 | timeCreated: 1513225286 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/7zip/Common/CRC.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f43e729a7c7dd7f4a81d55478d414a6f 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/7zip/ICoder.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2b6b97c6fcfc6734daec43276deb2828 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/AB/Lua/ykframwork.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5214c0f0f7dfd3144827d9ebbbf8db7a 3 | folderAsset: yes 4 | timeCreated: 1529065942 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/Android.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d97bd54bc6f746543ad38c7df4a0110d 3 | folderAsset: yes 4 | timeCreated: 1529394114 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/WSA/ARM.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 012acf4ac50d7e243a9a93b5b5548d81 3 | folderAsset: yes 4 | timeCreated: 1529394114 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/WSA/x64.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e5acdeb5103d27546895592f6e68e824 3 | folderAsset: yes 4 | timeCreated: 1529394114 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/WSA/x86.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bf00b8fe344136446b89dd101f25f1a7 3 | folderAsset: yes 4 | timeCreated: 1529394114 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/StreamingAssets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 23d7eca7add704f4790dff359a8f02fc 3 | folderAsset: yes 4 | timeCreated: 1527676020 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/XLua/Doc/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ee1eae11fbe87b04193ab2c3d15ba2b3 3 | folderAsset: yes 4 | timeCreated: 1481715983 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/XLua/Resources/perf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 866368b69ae1a2040943783fa31d2f74 3 | folderAsset: yes 4 | timeCreated: 1461553627 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/XLua/Resources/tdr.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f08dfe3f4634334ea0810ea31d8b593 3 | folderAsset: yes 4 | timeCreated: 1454039150 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/XLua/Resources/xlua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e0924e56a40ddb34e9b004c2056288fa 3 | folderAsset: yes 4 | timeCreated: 1463477791 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/XLua/Src/Editor/LinkXmlGen/LinkXmlGen.tpl.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 384feb229d259f549bbbac9e910b782b 3 | timeCreated: 1481621844 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/XLua/Src/Editor/Template/LuaClassWrap.tpl.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8503038eabbabe44dac0f5f749d4411a 3 | timeCreated: 1481620508 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/XLua/Src/Editor/Template/LuaEnumWrap.tpl.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ae16c73aad9a21a44aef65decb7e4928 3 | timeCreated: 1481620508 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/XLua/Src/Editor/Template/LuaEnumWrapGCM.tpl.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ea84a5ee7abf8e347a810eb7848add46 3 | timeCreated: 1501232428 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/XLua/Src/Editor/Template/LuaRegister.tpl.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e416b82ec9fe340458f97cf1e3468ef7 3 | timeCreated: 1481620508 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/XLua/Src/Editor/Template/LuaRegisterGCM.tpl.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 46c7366d55afbf1459674448d92c44c8 3 | timeCreated: 1501232428 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/XLua/Src/Editor/Template/LuaWrapPusher.tpl.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d1a916469d261d447972d287b6c5b7a0 3 | timeCreated: 1481620508 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/XLua/Src/Editor/Template/PackUnpack.tpl.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c9ef7e8f2a3b37744aad49b99370c16b 3 | timeCreated: 1481620508 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a5003f5aa5199b14393dd1d3f076439d 3 | folderAsset: yes 4 | timeCreated: 1525492664 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/Custom/CustomSettings.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d68e81cfa02de7e44a2ff558bdc3ac89 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f3aca3cdec408414da598de0e8baf038 3 | folderAsset: yes 4 | timeCreated: 1525492801 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/7zip/Common/InBuffer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 64212b051e6e1584f8daf59c28fb7b8d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/ConsolePro/Readme.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5ddabb1ad13bd4bdcbc3767854e046d3 3 | timeCreated: 1437114996 4 | licenseType: Store 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AB/test/loadingscenelayerdata/LoadingScenePack.bytes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2b2969211d2d13c4da74fe5fa639a655 3 | timeCreated: 1526439089 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/Android/libs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bc0b0bcbe095c354ea4b4d2df6d44aee 3 | folderAsset: yes 4 | timeCreated: 1529394114 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/Android/libs/x86.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fd940218dd0b3da4f9f2f43017759392 3 | folderAsset: yes 4 | timeCreated: 1529394114 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/XLua/Src/Editor/Template/LuaClassWrapGCM.tpl.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2bd79d95fd859724283926ad8fa4df30 3 | timeCreated: 1501232428 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/XLua/Src/Editor/Template/LuaDelegateBridge.tpl.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3d992756e2469044484be75f78e4e556 3 | timeCreated: 1481620508 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/XLua/Src/Editor/Template/LuaDelegateWrap.tpl.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 33b33e1cd617f794b8c801a32f3b2539 3 | timeCreated: 1481620508 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/XLua/Src/Editor/Template/LuaInterfaceBridge.tpl.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7165d08e91378494dadeb10e5338accb 3 | timeCreated: 1481620508 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/Custom.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5faa92ecda7d5454283ffb199d1bc960 3 | folderAsset: yes 4 | timeCreated: 1500382488 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/Proto.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e5236237568b39942a057c3b9a4a7d60 3 | folderAsset: yes 4 | timeCreated: 1528981645 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/ResMgr.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6b89f3bd057b9a04ebd80d1ad244f55a 3 | folderAsset: yes 4 | timeCreated: 1499774785 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/SVN.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3dc92e20e44483449b3137b4fa352e5b 3 | folderAsset: yes 4 | timeCreated: 1528981408 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8fe5a61344c897f409775f83939b6597 3 | folderAsset: yes 4 | timeCreated: 1528871749 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Core.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e5f9ac5a3ed6a6043bf5372ad19dcf37 3 | folderAsset: yes 4 | timeCreated: 1526627811 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Def.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e9007e3832b59574f8293715041977d9 3 | folderAsset: yes 4 | timeCreated: 1525492908 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b238e59d07e2d174687f910e364c7674 3 | folderAsset: yes 4 | timeCreated: 1525493091 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/7zip/Common/OutBuffer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 31f50d9bc2b200c49a7236c9f5079416 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/LuaMgr.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 364def8d147b4a34bab4afdcf3528f8b 3 | folderAsset: yes 4 | timeCreated: 1528979990 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Net.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aba486a3eaa69d946b71b44ffb0103d9 3 | folderAsset: yes 4 | timeCreated: 1528981805 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Task.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0a60c1687665138429abe73d577104ba 3 | folderAsset: yes 4 | timeCreated: 1527676556 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Util.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3235d20b03895cc40a0f381d421891d4 3 | folderAsset: yes 4 | timeCreated: 1526628165 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AB/test/basepacklayerdata.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6a0b3368896bb6e4093609c58ca1e858 3 | folderAsset: yes 4 | timeCreated: 1529756394 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AB/test/loadingscenelayerdata.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 39206051a33c45347aa97af3811a1e6c 3 | folderAsset: yes 4 | timeCreated: 1529756394 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/xlua.bundle/Contents.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1fb54f124dac9c744b4ce7a4b265f823 3 | folderAsset: yes 4 | timeCreated: 1529394114 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/XLua/Src/Editor/LinkXmlGen.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9f94464b9267f9b4cbf2f98681e22880 3 | folderAsset: yes 4 | timeCreated: 1479105499 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/AutoBuild.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 158b866692d418b4c85c32c39114c0cb 3 | folderAsset: yes 4 | timeCreated: 1479295140 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/BuildAbInfo.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d91a1b0e3f5d6fd43aa977160e578d5e 3 | folderAsset: yes 4 | timeCreated: 1509960976 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/LuaTemplate.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ad1170f70d3197444ab12347a2aaddd8 3 | folderAsset: yes 4 | timeCreated: 1500273029 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Core/Event.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 01465fccee268a449aea73b830a7522d 3 | folderAsset: yes 4 | timeCreated: 1526627748 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Core/ResMgr.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 34be11eca4189334597b69b86c2fdd28 3 | folderAsset: yes 4 | timeCreated: 1525493034 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Core/UIMgr.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a412f1ef39057b74292d063a8b6f01e6 3 | folderAsset: yes 4 | timeCreated: 1528888608 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/GameCfg.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a3985c7a377027e4c9d9e24dd9c899a0 3 | folderAsset: yes 4 | timeCreated: 1528863876 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/7zip.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0f30ef948cf3fc947bb5b5ccb478bcf3 3 | folderAsset: yes 4 | timeCreated: 1525493117 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/7zip/Common/CommandLineParser.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6436a7661619e0348986c08a84d97d65 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/7zip/Compress/LZ/IMatchFinder.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0a3da9e830fd15b48bce521e58c91d49 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/7zip/Compress/LZ/LzBinTree.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 07da59435144f2d4d965d058e52c15bf 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/7zip/Compress/LZ/LzInWindow.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f1806dfd5bcd4dc498aeac32d1d5fac1 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/7zip/Compress/LZ/LzOutWindow.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4bafd6a46ad54ee4b822c94f15f575a1 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/7zip/Compress/LZMA/LzmaBase.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b9bcf398966ef42408bd07d9a5007984 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/7zip/Compress/LZMA/LzmaDecoder.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aa538a1e99831e140a4c0677606a6a3b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/7zip/Compress/LZMA/LzmaEncoder.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1173a4803d9e2334bb3f6333b4a0731b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTween/DOTween50.dll.mdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 21834865e8793e4419949ef26515b340 3 | timeCreated: 1428774842 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTween/DOTween50.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5334cbe2fe659c64c9bf34134433345e 3 | timeCreated: 1428774846 4 | licenseType: Store 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Net/Game.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6598d8f5abe5e75488c713046a2eb72f 3 | folderAsset: yes 4 | timeCreated: 1500115914 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Net/Pack.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c7651f4ed6859d842b7107ae68b8682a 3 | folderAsset: yes 4 | timeCreated: 1528981927 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Net/Sockect.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e18a3676649afc741b9f23c071e9db4a 3 | folderAsset: yes 4 | timeCreated: 1528981910 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Net/Sockect/SocketPackage.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | public class SocketPackage : NetPackage 4 | { 5 | 6 | public int MsgId{set;get;} 7 | 8 | public bool HasLoading{set;get;} 9 | 10 | public DateTime SendTime{set;get;} 11 | } 12 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/SupportLua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 437c7be947afd8a418e40660858a0630 3 | folderAsset: yes 4 | timeCreated: 1528984684 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Lua/.idea/libraries/LuaApi.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Assets/New Material.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d4b82d3980ef36c46b844aa1df701931 3 | timeCreated: 1526285924 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/Android/libs/armeabi-v7a.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b4815750b31fb54489adb0c7d65fd949 3 | folderAsset: yes 4 | timeCreated: 1529394114 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/xlua.bundle/Contents/MacOS.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6b99fd9bfd42f5e46a45fbc09630c41e 3 | folderAsset: yes 4 | timeCreated: 1529394114 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/AutoBuild/Xcode.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6dd1b133483c70f45b90fb92ec29063b 3 | folderAsset: yes 4 | timeCreated: 1521079836 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/BuildGameRes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 169637fcfe8769e429c7dba5d336275c 3 | folderAsset: yes 4 | timeCreated: 1509955980 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Core/SceneMgr.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2fffec3de61848740b629c1a609cf3f7 3 | folderAsset: yes 4 | timeCreated: 1528885233 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Core/SounMgr.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 79770219acc968f439828796ec7b232a 3 | folderAsset: yes 4 | timeCreated: 1528980792 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/HotUpdataRes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8dabd7e0fb4a23e4ba5937cf86791995 3 | folderAsset: yes 4 | timeCreated: 1527676666 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/7zip/Compress/LzmaAlone/LzmaAlone.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dcbac28e64fd0c34dabbb294768d5c61 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/7zip/Compress/LzmaAlone/LzmaBench.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cd2f917548ebe6141b336d37eb03308a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/7zip/Compress/RangeCoder/RangeCoder.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f5ed32dd4cd3b443afe526b4c968b43 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/ConsolePro.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a9b64b3757ad5cd498d8017463c3a387 3 | folderAsset: yes 4 | timeCreated: 1528888492 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ef5d3329a8b5d984da9df6c3742e5195 3 | folderAsset: yes 4 | timeCreated: 1526628268 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/DemiLib.dll.mdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0ec8f6471d78b2e41af241de2042e6ab 3 | timeCreated: 1449420072 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/DemiLib.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b9079612cd86ec443a9175e7e9536cab 3 | timeCreated: 1449420080 4 | licenseType: Store 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 929ccd07b8e17124ca8ad046fa605c2c 3 | folderAsset: yes 4 | timeCreated: 1526628094 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Net/Game/Action.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7bff7840b1cc2d14e9412e8686e09216 3 | folderAsset: yes 4 | timeCreated: 1472307805 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/StateMachine.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7d78cd5fff8a2704e9bb147d9f3214d2 3 | folderAsset: yes 4 | timeCreated: 1527676550 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!5 &1 4 | TimeManager: 5 | m_ObjectHideFlags: 0 6 | Fixed Timestep: 0.02 7 | Maximum Allowed Timestep: 0.33333334 8 | m_TimeScale: 1 9 | Maximum Particle Timestep: 0.03 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/AutoBuild/Xcode/PBX.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e20e7f43fd59679409ab16d00ef20a6b 3 | folderAsset: yes 4 | timeCreated: 1521079836 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/AutoBuild/Xcode/Unity.iOS.Extensions.XCode.csproj.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 70a2fe030632d0443b5705c67f3b1123 3 | timeCreated: 1521079836 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/7zip/Compress/RangeCoder/RangeCoderBit.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a6338b2d23312324a8956c8468743732 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTweenPro/DOTweenAnimation.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4d0390bd8b8ffd640b34fe25065ff1df 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTweenPro/DOTweenTk2d.cs.addon.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 696fb534c77ea9241a70586ef5260a92 3 | timeCreated: 1428774842 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6a1d56cbf988e004fa6ee63030a8d884 3 | folderAsset: yes 4 | timeCreated: 1508493692 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Net/Game/Behaviour.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0801cc316dd716f4599254c5c490f304 3 | folderAsset: yes 4 | timeCreated: 1472307805 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Net/Pack/sproto-cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 978ae69f564d684428906bd862174b65 3 | folderAsset: yes 4 | timeCreated: 1505559940 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AB/gamecfg/New Material.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 52f2db83447381f4d96749d98aebc365 3 | timeCreated: 1527675499 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AB/test/testpre.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c846249a13595ad46b7cd4054087172d 3 | timeCreated: 1527676184 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/AutoBuild/Xcode/Properties.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: efd3dd0d643d3c349bffbfcddb43ef37 3 | folderAsset: yes 4 | timeCreated: 1521079836 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/BuildAbInfo/Collections.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 66ef265115355bc4f9a9d9f905b1db4c 3 | folderAsset: yes 4 | timeCreated: 1515167477 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/7zip/Compress/LzmaAlone/Properties/Resources.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7869a54e39622c74f9e10bd30a666d64 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/7zip/Compress/LzmaAlone/Properties/Settings.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4ec59738f066e7944898aba8f2a86e3f 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/7zip/Compress/RangeCoder/RangeCoderBitTree.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bbc311b5bb863294590378d7ca30cf08 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/ConsolePro/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b04ca03a6ed5ed3459ecb32f5453dc76 3 | folderAsset: yes 4 | timeCreated: 1512034214 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTween.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 84ee17d2dfa9a76468752c445a481199 3 | folderAsset: yes 4 | timeCreated: 1503926876 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTweenPro.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bed97242936555247b439618afcab7b5 3 | folderAsset: yes 4 | timeCreated: 1503926876 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTweenPro/DOTweenTextMeshPro.cs.addon.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8eb04b85cc6f89344a7c271e1bfef46d 3 | timeCreated: 1428774842 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DemiLib.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c03b3efeb93f93142ad23d6266da71ae 3 | folderAsset: yes 4 | timeCreated: 1503926876 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/DemiEditor.dll.mdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ec4a615592614ec409040d737af93b3e 3 | timeCreated: 1449420072 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/DemiEditor.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bdee934e3cee7d84892bf71412cfc424 3 | timeCreated: 1449420080 4 | licenseType: Store 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4359f8ebbd54e4744976b60d3f10f9fd 3 | folderAsset: yes 4 | timeCreated: 1500103676 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/Core.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0e2303b1e0e825a4fbf8a5261da6f71e 3 | folderAsset: yes 4 | timeCreated: 1508493692 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/UI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1299233b59e6e894a82b35698a0a1eda 3 | folderAsset: yes 4 | timeCreated: 1508493692 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Net/Pack/sproto-cs/src.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 64587ecaf0d8ae345a7cabd102b8641f 3 | folderAsset: yes 4 | timeCreated: 1505561300 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Lua/.idea/libraries/UnityEngine.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Assets/Resources/DOTweenSettings.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4228ac8c611693847bea3dbd07eccb2f 3 | timeCreated: 1528980907 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 11400000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/AutoBuild/8002.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: edd482bf48d2672468920f7f48ef9c5a 3 | timeCreated: 1505980738 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: -1 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/AutoBuild/8003.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c4fe238ebaca58f4e8ddddfc38de923d 3 | timeCreated: 1505980738 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: -1 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/AutoBuild/8004.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a5bdf0d032e68e2488364ad356105ad1 3 | timeCreated: 1505980738 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: -1 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/AutoBuild/XcodeProjectUpdater.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c9714a465076d41c0b7efa26445f3e8d 3 | folderAsset: yes 4 | timeCreated: 1479211967 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/AutoBuild/XcodeProjectUpdater/Scripts/ExtensionName.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9d872ce6cecec4d45ac4c014e6da4d1a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/7zip/Compress/LzmaAlone/Properties/AssemblyInfo.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9ea99f6af31ac4e4b94653f218fa989c 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTween/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e1ed1736f2cbaba44925c2d96c465735 3 | folderAsset: yes 4 | timeCreated: 1503926876 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9e152ba6ea7eb6745ba34b300cbdacfa 3 | folderAsset: yes 4 | timeCreated: 1503926876 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Resources/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3fdb256dd8efe8940b75f2d881dcb6f0 3 | folderAsset: yes 4 | timeCreated: 1500103676 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/Core/Text.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 95344a9b88c766d4c8712c107cadf0cb 3 | folderAsset: yes 4 | timeCreated: 1508493693 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b1ce75597676c1a4d9a001ea68ee54b5 3 | folderAsset: yes 4 | timeCreated: 1508493692 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/Event.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d2c05675f9902454dac685296575cbb1 3 | folderAsset: yes 4 | timeCreated: 1508493692 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/Filter.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b8f68fadc4468ef489b492f5f93863f9 3 | folderAsset: yes 4 | timeCreated: 1508493692 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/Gesture.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d3631fbf9d680974293a2b7318908ac4 3 | folderAsset: yes 4 | timeCreated: 1508493693 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/UI/Action.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 90cab5bdbb0b0f042af162102af5b7f3 3 | folderAsset: yes 4 | timeCreated: 1508493693 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/UI/Gears.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 439bd9fab55fa3d4c9143bca6b8c5fbf 3 | folderAsset: yes 4 | timeCreated: 1508493693 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/UI/Tree.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e109d9ae189b06348b550a6683b9416a 3 | folderAsset: yes 4 | timeCreated: 1508493693 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/Utils.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a441b6c1358617949902261e6e9851d2 3 | folderAsset: yes 4 | timeCreated: 1508493692 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/AutoBuild/8002Trans.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a92b096914a297347a2938181d8bd0bf 3 | timeCreated: 1505980738 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: -1 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/AutoBuild/8004Trans.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e1a06c260498dc84ea18d9e4dfccb372 3 | timeCreated: 1505980738 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: -1 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/AutoBuild/XcodeProjectUpdater/Scripts/DirectoryProcessor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 16918100a3fd2448ea0c4860f4526e79 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/AutoBuild/XcodeProjectUpdater/Scripts/InfoPlistProcessor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2befff1e13c4b40c896f62d0f8274521 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/AutoBuild/XcodeProjectUpdater/Scripts/XcodeProjectSetting.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 743737da729d1408d9fe2900ffb58ae9 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/AutoBuild/XcodeProjectUpdater/Scripts/XcodeProjectUpdater.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 930bfbf357de94f8bbf2fa66dd30cc5d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Resources/gamecfg.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 651465b0b0874bf498ab1e348b6bac12 3 | timeCreated: 1528873338 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 11400000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTween/Editor/Imgs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7c83a95f3f3ed844cb291cd1aa98eace 3 | folderAsset: yes 4 | timeCreated: 1503926876 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTweenPro Examples.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1f0b7df1960a6b1449d1c4cdacf29e5f 3 | folderAsset: yes 4 | timeCreated: 1503926876 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTweenPro/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 75c1a20cb034cb941b5aee2d2e230ec3 3 | folderAsset: yes 4 | timeCreated: 1503926876 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTweenPro/Editor/DOTweenAnimationInspector.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e0203fd81362bab4d842d87ad09ee76e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9cf20b762d989f047870a91b8cd0db05 3 | folderAsset: yes 4 | timeCreated: 1503926876 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/Core/HitTest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ea335211311dbe4458196ffb0cfe8485 3 | folderAsset: yes 4 | timeCreated: 1508493693 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/Utils/Html.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bb50136d979d4ad4c8e28ad923108d6b 3 | folderAsset: yes 4 | timeCreated: 1508493693 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Lua/.idea/libraries/Assembly_CSharp.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/AutoBuild/8002Appstore.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a81f24cfc79b40d48b6ec5863085a6d2 3 | timeCreated: 1505980738 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: -1 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DemiLib/Core/Editor/Imgs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dc57fcbf1d9e0e74e9c790843ad85600 3 | folderAsset: yes 4 | timeCreated: 1503926876 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Resources/Shaders/AddOn.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: be9d60a9d07a6ab4e93066c96dc6b171 3 | folderAsset: yes 4 | timeCreated: 1500103676 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Lua/.idea/modules.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/BuildAbInfo/GameCfg.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a27dd117e98c4014aabed9d4675b74e8 3 | timeCreated: 1529063367 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 11400000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/BuildAbInfo/GameRes.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 25b63237c7fee8a448ca6cfef11875cb 3 | timeCreated: 1529063367 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 11400000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/BuildAbInfo/YKFramwork.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d00ca68f0ea4fbb4ba33c100eead9961 3 | timeCreated: 1529063184 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 11400000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/BuildAbInfo/Collections/test.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 247d80396028aef4899ce68fd84d4785 3 | timeCreated: 1515228425 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: 11400000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/Demigiant/DOTweenPro Examples/Examples Assets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b0019f9210555540b63a83df53d9f95 3 | folderAsset: yes 4 | timeCreated: 1503926876 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Resources/Shaders/FairyGUI-Text.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 50fe420670182ba47a4554c9f8bee540 3 | timeCreated: 1500103680 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Resources/Shaders/FairyGUI-BMFont.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d90e2e98add674649a72c0a16e5c4e1d 3 | timeCreated: 1500103680 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Resources/Shaders/FairyGUI-Image.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7bb100c28b8f0334e84b94cb9195a3a9 3 | timeCreated: 1500103680 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Net/Game/Behaviour/ServerTest.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System.Collections; 3 | 4 | public class ServerTest : MonoBehaviour 5 | { 6 | 7 | void OnGUI() 8 | { 9 | if (GUI.Button(new Rect(0,0,100,100),"测试消息 100")) 10 | { 11 | 12 | } 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Resources/Shaders/FairyGUI-Text-Brighter.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b0bb5e656df3ed645963c7db3128ef43 3 | timeCreated: 1500103680 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Net/Game/ActionResult.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | 4 | public class ActionResult : ActionParam 5 | { 6 | public ActionResult() 7 | { 8 | } 9 | 10 | public ActionResult(object value) 11 | : base(value) 12 | { 13 | } 14 | 15 | } 16 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Resources/Shaders/AddOn/FairyGUI-BlurFilter.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f26d0eeb7f1025744b83d8e87649e003 3 | timeCreated: 1500103680 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/AB/test/LoadingScenePack@sprites.bytes: -------------------------------------------------------------------------------- 1 | //FairyGUI atlas sprites. 2 | jd1l10 0 0 0 385 118 0 3 | jd1lz 0 0 120 385 118 0 4 | jkp80 0 387 0 71 22 0 5 | jkp81 0 387 24 30 20 0 6 | jkp82 -1 0 0 1280 720 0 7 | jkp85 0 419 24 23 23 0 8 | jkp87 -1 0 0 733 246 0 9 | jkp88 0 460 0 32 32 0 10 | jkp8c 0 0 240 212 59 0 11 | kwlw12 -1 0 0 60 60 0 -------------------------------------------------------------------------------- /Assets/XLua/Src/CodeEmit.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 93ce5fd372271b04199841c920eb0268 3 | timeCreated: 1470883945 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/XLua/Src/CopyByValue.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aba23a1792dbc49438a2357566447979 3 | timeCreated: 1467189953 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/XLua/Src/GenConfig.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7e8efc8f9c8e9474c8a67ba7e285861a 3 | timeCreated: 1459508849 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/XLua/Src/ObjectPool.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: acf2cec75841d9646900284e2ba1ca4f 3 | timeCreated: 1480296949 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/XLua/Src/RawObject.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f3f2b65020c56dc4985af0768b06c63c 3 | timeCreated: 1498116130 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Lua/.idea/libraries/mscorlib.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /Assets/XLua/Src/DelegateBridge.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b8c4165852e3e92468656dc6efb30a28 3 | timeCreated: 1452574309 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/XLua/Src/Editor/Hotfix.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f9f175d9e85601f4da903e391b8b7c77 3 | timeCreated: 1482299911 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/XLua/Src/GenAttributes.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4455254bac5b6644893ae8183b9eb87c 3 | timeCreated: 1452509750 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/XLua/Src/InternalGlobals.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bacb817c6d0b48644892c8dc3cb6cfc1 3 | timeCreated: 1496994941 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/XLua/Src/SignatureLoader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5dfa9c69dddc18849bd3c1dfc4ac42de 3 | timeCreated: 1489222429 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/XLua/Src/TypeExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0099a231859d6da43932d0c36714e17f 3 | timeCreated: 1489998065 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/BuildAB.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 36c78e7357491674695054e132c90b04 3 | timeCreated: 1499055308 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/VerInfo.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b3cb8d94a94e69f42a58eaaee49a6838 3 | timeCreated: 1525492819 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/XLua/Src/StaticLuaCallbacks.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 300ed412007935e45a1546a984b89059 3 | timeCreated: 1469175028 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/AllStyles.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d0491dea90cbbbe4da5edfa988b9f0c9 3 | timeCreated: 1499689365 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/CreateLua.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a6ddf3c800951df4aa1730c8888a109e 3 | timeCreated: 1500273106 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/DllToLuaLib.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c26e703c28b9f1b41b07bcc1dc067d43 3 | timeCreated: 1529399988 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/OpenSubLime.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 245683e0e27b69345becf0924c7d82da 3 | timeCreated: 1528981466 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/ProjectBuild.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: de25a30344fd0454787da915e56fbead 3 | timeCreated: 1503662659 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/SVN/SVNUtils.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5cf0f6a715b21244b8885cc25b1d26bd 3 | timeCreated: 1487080330 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Def/AppConst.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 46b679b846571f244a00ed410eba23a1 3 | timeCreated: 1525492920 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Def/EventDef.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 202b87afb842f364395e1944532fd7fe 3 | timeCreated: 1526627979 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Net/Pack/sproto-cs/src/ProtocolBase.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace Sproto 4 | { 5 | public abstract class ProtocolBase { 6 | private ProtocolFunctionDictionary _Protocol = new ProtocolFunctionDictionary (); 7 | public ProtocolFunctionDictionary Protocol { 8 | get { return _Protocol;} 9 | } 10 | } 11 | } 12 | 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Task/Task.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2f8494bb9e6d21d428082532045a6e41 3 | timeCreated: 1500725974 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Util/ComUtil.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4db3525fa744feb4e9f575943d0c921c 3 | timeCreated: 1445417243 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Util/Log.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1834ca0b7cb1ad140939545da7f4fcfe 3 | timeCreated: 1442846714 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/EmmyLuaAPIMaker.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a6c5f85f9875c7348b0b018f91c2d2e9 3 | timeCreated: 1529399090 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/ResMgr/AssetMode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4c5a714eb6c97dc41b5b3a68be0767ae 3 | timeCreated: 1499775845 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Core/GameMode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 453e49574ea3e8f419870b7f718b8713 3 | timeCreated: 1500695825 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Core/LogicCore.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: edc0f37044723a6448cd55e0967f0045 3 | timeCreated: 1495446331 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Core/LogicNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 71d6c0a05a033d64e956614f3a0e4c9d 3 | timeCreated: 1495517601 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Core/ResMgr/ABMgr.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fce721288f83eb04196027dca3448a2f 3 | timeCreated: 1499060968 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Core/UIMgr/BaseUI.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 32a887fd0be671544b77bb949619d163 3 | timeCreated: 1500104343 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Core/UIMgr/UIMgr.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6b5029ffc523c8c44836cc6e8016a37e 3 | timeCreated: 1500108160 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Def/WXConstant.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6d59e4e5116e8b64690e4f7a57500016 3 | timeCreated: 1525493250 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/EntranceScene.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a549e0c8252d02d41b3cd9b11e6227e3 3 | timeCreated: 1529056721 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Initialization.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 33c9fb3eb567f6b4fa896b0c49d6fb3d 3 | timeCreated: 1527675582 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/LuaMgr/LuaMgr.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 62226f8fed6dc964f84ed9fb51fddccd 3 | timeCreated: 1500259151 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Net/Game/Net.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 43ea41b4fb7f74847812c022571658ae 3 | timeCreated: 1474444457 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 650 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Task/AsynTask.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3a3af00f23c952b4b9b41c150d69c302 3 | timeCreated: 1510899137 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Task/DownAPKTask.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 09fbb8d349db6374abb03bb46549aa44 3 | timeCreated: 1510899137 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Task/DownLoadTask.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6914ede5bdd586745b424024292ca049 3 | timeCreated: 1529059195 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Task/ParallelTask.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ecfb2eea78108a1429900f5532050ab9 3 | timeCreated: 1510899317 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Task/TaskBase.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 506beefb9a7db7345a3c56766f2cc18c 3 | timeCreated: 1510842440 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Util/GameFlag.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7f6f084a83faf694f9fa80d79ee6ed21 3 | timeCreated: 1446186561 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Util/MD5Utils.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: edc62033c7a88884fb1b5464cdfc185e 3 | timeCreated: 1526628666 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Util/MathUtilLite.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8a3a9670f9bf9d446ad774836c393720 3 | timeCreated: 1442844251 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Util/TimeDelay.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d48b8e52a82faa54d8b872824c3e0e87 3 | timeCreated: 1474444457 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 1100 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/Proto/SProtoToLuaTools.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4dd7f69236a0f5d41a32f7c7eb90057c 3 | timeCreated: 1528983281 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/ResMgr/AssetGroupMgr.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8caca87278768554f9dbf0f7445e3e54 3 | timeCreated: 1499774050 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/ResMgr/AssetInfoEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bd395d9535a2ee74aa7126987e64ce0f 3 | timeCreated: 1500028928 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/ResMgr/ResFileEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0bd9b4230277f4447b08bfccbebf7677 3 | timeCreated: 1499773555 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/ToLuaEmmyAPIGenerator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: becb64f66e1961848985fd5f57af1fa4 3 | timeCreated: 1528981625 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Core/Event/EventData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e292e62aa60cb504f96f28d1e1dea71c 3 | timeCreated: 1495441961 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Core/Event/EventNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ab0c1071201dd1d408e809405996258d 3 | timeCreated: 1495525754 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Core/ResMgr/ABInfo.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e13a9b1f53843eb42acc06d3e07fceca 3 | timeCreated: 1528872564 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Core/ResMgr/GameCfgMgr.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b674f2dc545c4f349b932b6845e8269c 3 | timeCreated: 1500095162 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Core/ResMgr/ISceneLoad.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 851faebb5661312419be49e021e6cd89 3 | timeCreated: 1500861165 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Core/ResMgr/LoadGroup.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cb0af90c50fc6d6469169ddfac3dd852 3 | timeCreated: 1499668973 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Core/ResMgr/ResMgr.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b307c6f05f8361408e5d70b436a3287 3 | timeCreated: 1499075037 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Core/SceneMgr/SceneMgr.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5b38d780384474d4ebb048091e8a5e4b 3 | timeCreated: 1528885237 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Core/SounMgr/BGMMgr.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ab3aaa72ec3b389459c87edb16ee44bb 3 | timeCreated: 1474444457 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 800 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Core/SounMgr/SoundMgr.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b27127a6a786cde4ba87896501bb1668 3 | timeCreated: 1467725718 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Def/FramworkEventDef.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: de29904c2147a0946ad3bde3bcaae867 3 | timeCreated: 1526627887 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/LuaMgr/BuildInInit.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cd843fc577ae9de4ba06cd9845160866 3 | timeCreated: 1529397693 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Net/Game/ActionFactory.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dfba7710d53d922459411be4cb3d7295 3 | timeCreated: 1472307805 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Net/Game/ActionParam.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b33aa969f2b81243822e77450f3bf73 3 | timeCreated: 1472307805 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Net/Game/ActionResult.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c2415f3eb7b9c4a4a835167aaff5f283 3 | timeCreated: 1472307805 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Net/Game/GameAction.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9488a27dc99013e4cbf32d8e4b7b479e 3 | timeCreated: 1472307805 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Net/Game/GameServerMsg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 82d70dd769d904942a8c74fcaeabaca7 3 | timeCreated: 1472418257 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Net/Pack/ByteBuffer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 35171c00848c73342b4c37311e6a46e5 3 | timeCreated: 1505566683 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Net/Pack/Converter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2bd639fb145d3a2408b9a8cfaa2df4bf 3 | timeCreated: 1505566683 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Net/Sockect/NetPackage.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6cb232232d14eed45918c9863fbaa3dc 3 | timeCreated: 1472307787 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Net/Sockect/NetReader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 15482875af157274290198ecaa9f5946 3 | timeCreated: 1472307787 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Net/Sockect/NetWriter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d77a47d00fbaae144a936975ec7f38c1 3 | timeCreated: 1472307787 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/StateMachine/IState.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3afeb00cea35bee47908b4d78f8f93f0 3 | timeCreated: 1463747532 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Task/DecompressionTask.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dbaa0316a1ed2bc4bb4e8f2cbcca93b5 3 | timeCreated: 1529059066 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/AutoBuild/Xcode/JsonParser.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 45faf8c345be7f84ba8a632ab3043fc8 3 | timeCreated: 1521079836 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/AutoBuild/Xcode/PBX/Lexer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7bf4d03063a87204289ca9e23b6298ab 3 | timeCreated: 1521079836 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/AutoBuild/Xcode/PBX/Objects.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 920bf69df45586e49ba1a3f6855fd60b 3 | timeCreated: 1521079836 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/AutoBuild/Xcode/PBX/Parser.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2bee001f9efd2ab4faaf1a322f9b0828 3 | timeCreated: 1521079836 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/AutoBuild/Xcode/PBX/Utils.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bf49056f0b0c4e644a270dd665444f8f 3 | timeCreated: 1521079836 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/AutoBuild/Xcode/PBXPath.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 26a2e586fc3d38e4cbf051994f7a60ed 3 | timeCreated: 1521079836 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/AutoBuild/Xcode/PBXProject.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cc630f69bf8afda418382b65355514ee 3 | timeCreated: 1521079836 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/AutoBuild/Xcode/PlistParser.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2960bc461527ad64a86f9095e163d70a 3 | timeCreated: 1521079836 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/AutoBuild/Xcode/XcScheme.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cf3807178545cb34899a5fb776fdb647 3 | timeCreated: 1521079836 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/BuildGameRes/BuildResInfo.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3715c31e727c59743be3717664a609b8 3 | timeCreated: 1509953764 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/ResMgr/AaaetBundleEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3dbd048b2c7d4794c8c4ec78dcddaa13 3 | timeCreated: 1526376820 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/ResMgr/ResAssetsTreeEitor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8dda93b96b96df6418cb276fd2c13041 3 | timeCreated: 1500007304 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/ResMgr/ResGroupTreeEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ad14102a9af763f449c67daab196aac3 3 | timeCreated: 1499774936 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Core/ResMgr/AutoLoadAsset.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cd4f5b71c79ca1846bffac5c30d30602 3 | timeCreated: 1500862930 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Core/ResMgr/LoadDataCfg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e5c5776e64e9b4c4c9f947cdeb15e762 3 | timeCreated: 1525493052 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Core/SceneMgr/SceneBase.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2664edb9d035c574e994d5d6fe40ee60 3 | timeCreated: 1528885239 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/GameCfg/LocalGameCfgData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3b27406b55ed15941a3076c05a6b9656 3 | timeCreated: 1528863914 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/7zip/CompressHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f53a82409b5b2ef47a04f70611162d8b 3 | timeCreated: 1501071369 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/LuaUIHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f57d56dc82b478546a912f64bb8b5a53 3 | timeCreated: 1529033660 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/TweenUtils.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f52f177329d9bee4796382eb4a439532 3 | timeCreated: 1500384580 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Net/Game/Action/BaseAction.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: da3bf99dc1d2db344a89859b8efbfb60 3 | timeCreated: 1472307805 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Net/Game/CustomHeadFormater.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5e841400f01ae694d87de01dc981dbb4 3 | timeCreated: 1472307805 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Net/Pack/sproto-cs/package.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2fc1dfa5e562d704980800230f591eec 3 | timeCreated: 1505560829 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Net/Sockect/IHeadFormater.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d2cfc2a6c08969941b2791c6324f6a13 3 | timeCreated: 1472307787 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Net/Sockect/NetworkType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d74e4e093c90e45428588ef1b0638c6b 3 | timeCreated: 1472307787 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Net/Sockect/PackageHead.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e62884b164580b74287ffeccad250ea2 3 | timeCreated: 1472307787 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Net/Sockect/SocketConnect.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6314b5551c7292b4c93587869ab213fb 3 | timeCreated: 1472307787 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Net/Sockect/SocketPackage.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f9e3187d73e200d4ead9b7414a91553b 3 | timeCreated: 1472307787 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/StateMachine/StateMachine.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eebb5680e0b44c042baf45746979b8b8 3 | timeCreated: 1463747989 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/SupportLua/YKSupportLua.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b3eb24ec131ab8648a1d831b2f68489a 3 | timeCreated: 1528984724 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/AutoBuild/Xcode/AssetCatalog.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8d183ec1fdbe63d47a67ccc685c42835 3 | timeCreated: 1521079836 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/AutoBuild/Xcode/PBX/Elements.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 990d49fbf68d897458d0fab3365ce6c8 3 | timeCreated: 1521079836 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/AutoBuild/Xcode/PBX/Sections.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 076fe854618532f42a54e2384f1c164c 3 | timeCreated: 1521079836 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/AutoBuild/Xcode/PBX/Serializer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 94f2a21157bdfd94c9f17a41455a956a 3 | timeCreated: 1521079836 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/AutoBuild/Xcode/PBXProjectData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 430ce8215f9436148833c40be6fa7f37 3 | timeCreated: 1521079836 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/HotUpdataRes/HotUpdateRessMgr.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ff1113dad82deb84aa5502e163fa3d3f 3 | timeCreated: 1527676681 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/Core/Image.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 174d074a2556aac40985b7c0a4ed3201 3 | timeCreated: 1508493694 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/Core/Shape.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 25bedc49eb17e104da7a2b2db1e593a4 3 | timeCreated: 1508493694 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/Core/Stage.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c8f400453444bba43a10e3ac6c19fdac 3 | timeCreated: 1508493700 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/Core/Stats.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1afa31e6ee9e43049a8adae551c5df03 3 | timeCreated: 1508493694 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/UI/GButton.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 77af8c6dc046c7741b46c5e8a26c19fa 3 | timeCreated: 1508493698 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/UI/GGraph.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 41d6f2937982d6e4bb17fbee9f1ff590 3 | timeCreated: 1508493696 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/UI/GGroup.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b0837e5983d43f547812b724fbae8d51 3 | timeCreated: 1508493699 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/UI/GImage.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 00308647143980b45a291742ad0cd410 3 | timeCreated: 1508493693 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/UI/GLabel.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e68f1ffa62b71a544945bbe81b442470 3 | timeCreated: 1508493701 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/UI/GList.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 53fe1018a81677e46bcc1d4115f099fc 3 | timeCreated: 1508493697 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/UI/GLoader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f79df3edab8e64345a62062eed7e6271 3 | timeCreated: 1508493701 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/UI/GObject.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3991b0f43b5133144bd25fe38b903135 3 | timeCreated: 1508493696 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/UI/GRoot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 98d14d7cb0641f745aef8a0eeb75a332 3 | timeCreated: 1508493699 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/UI/GSlider.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cab71a9bd1cb4f6478c2768c5d2d212e 3 | timeCreated: 1508493700 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/UI/Margin.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 25d6f9ac5355cdb40bdfb65ac62614ce 3 | timeCreated: 1508493694 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/UI/UIPanel.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7804f4b041d28e546836847ccd83667a 3 | timeCreated: 1508493698 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/UI/Window.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 38eb8db289c599a4b866e6aafd043554 3 | timeCreated: 1508493696 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/Utils/XML.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9c98390aff51f4445aea7ab61df098fc 3 | timeCreated: 1508493699 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Net/Game/Behaviour/ServerTest.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 57a394ea9ca93c9459d5803f650ac479 3 | timeCreated: 1472310387 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Net/Pack/sproto-cs/src/Package.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 57ce3d2772dbc0a47b925ed7f02e8f60 3 | timeCreated: 1505561300 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Net/Pack/sproto-cs/src/SprotoRpc.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ab7ce5168e76cb74c96f42ec473de3c5 3 | timeCreated: 1505561300 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Net/Sockect/DefaultHeadFormater.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: da81082c1a43a444d9c9f8ebaae89423 3 | timeCreated: 1472307787 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Net/Sockect/IPv6SupportMidleware.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6373ed54d0965844380a6a3067923c97 3 | timeCreated: 1528982110 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Util/FairyGUIGLoaderExtension.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5b1414b79cbfd0f419e89c2f96571b7b 3 | timeCreated: 1502174870 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/AutoBuild/Xcode/PBXCapabilityType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 51830b54f81ce1743876d5abd05348f8 3 | timeCreated: 1521079836 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/AutoBuild/Xcode/PBXProjectExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aea3b1fc83422184cb1f8bf53d5f2b90 3 | timeCreated: 1521079836 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Editor/BuildGameRes/BuildCollectionResInfo.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f1a09fca64739574bb493cbe31730c5e 3 | timeCreated: 1515228271 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/HotUpdataRes/ComparisonFileInfoList.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2df6fba9d91e2694987864f8369bb253 3 | timeCreated: 1527676872 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/Core/BlendMode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9c8b4d9481daf0e419bacdb7a44874a0 3 | timeCreated: 1508493699 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/Core/Container.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2d8ced6fe4995c84592d24c5d547a6f9 3 | timeCreated: 1508493695 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/Core/FillUtils.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4ca8d1eea9065fb4d9993e913163892e 3 | timeCreated: 1508493696 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/Core/GoWrapper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 60e992706ba0dfb4795c6b3f25699001 3 | timeCreated: 1508493697 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/Core/MovieClip.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c5863f9a15bf3f24ba465690c1a6ff90 3 | timeCreated: 1508493700 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/Core/NGraphics.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8e158a897fb0a9b4eb1af03bea55c53c 3 | timeCreated: 1508493698 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/Core/NMaterial.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 648691183447a0e40bc00fd9edec53e7 3 | timeCreated: 1508493697 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/Core/NTexture.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0222f43e55bed5d49a869ec892b00a2f 3 | timeCreated: 1508493693 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/Core/PlayState.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d7aa0a1eb57e553499182fef8a8530c2 3 | timeCreated: 1508493701 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/Core/Text/Emoji.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f4afc4f4f4f818d4cac06b39f207ed16 3 | timeCreated: 1508493701 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/Filter/IFilter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4351738bb9907894a858a27cf18e651c 3 | timeCreated: 1508493696 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/UI/Controller.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b871040535225524588f69010c90e484 3 | timeCreated: 1508493700 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/UI/FieldTypes.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 609ab49b3465a6b49a7fb590cb0e4b70 3 | timeCreated: 1508493697 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/UI/GComboBox.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aa96637016f4d534d932b98ce211fbd3 3 | timeCreated: 1508493699 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/UI/GComponent.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b2f2f2c56f7611a48a3cfa5c7e021ea0 3 | timeCreated: 1508493700 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/UI/GMovieClip.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7362128fa60e129469f4fa5456d49ed1 3 | timeCreated: 1508493698 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/UI/GObjectPool.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d040642139da5034385df52f7c267c4f 3 | timeCreated: 1508493700 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/UI/GProgressBar.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 42e3b35b8423afc4da8153811ab4e393 3 | timeCreated: 1508493696 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/UI/GScrollBar.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8aa331d843275e44c9cd375e42aa7700 3 | timeCreated: 1508493698 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/UI/GTextField.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2f6bafa1e6230c24396d85fbbff5fe41 3 | timeCreated: 1508493695 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/UI/GTextInput.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 70eee804e5f7e7543bbb50fc7e777024 3 | timeCreated: 1508493698 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/UI/Gears/GearXY.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d8272e779e676054baf8bbbacd62a212 3 | timeCreated: 1508493701 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/UI/IUISource.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9674eb01afa350a4fa3aca9f437fede8 3 | timeCreated: 1508493699 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/UI/PackageItem.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d2717ded9ca06fd4191dea12571f280c 3 | timeCreated: 1508493701 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/UI/PageOption.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a662208961e86b84c93ca3245fdabe90 3 | timeCreated: 1508493699 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/UI/PopupMenu.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b24871e23be129b42afa192b7a150226 3 | timeCreated: 1508493700 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/UI/RelationItem.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8d4ad17367f9ff74aab467f7c8629832 3 | timeCreated: 1508493698 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/UI/Relations.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 13db4bf2d06314243a0faf01ab657f97 3 | timeCreated: 1508493693 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/UI/ScrollPane.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 09cf5de8efb794945899f613899e2cbe 3 | timeCreated: 1508493693 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/UI/Transition.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 57ad9cfc1bc134b40adfc51a8adf11db 3 | timeCreated: 1508493697 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/UI/UIConfig.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e3c80cac1b2a851439632594d68defce 3 | timeCreated: 1508493701 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/YKFramwork/Script/Libs/FairyGUI/Scripts/UI/UIPackage.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fae1e7779d4f764409eb5a3145df5293 3 | timeCreated: 1508493701 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | --------------------------------------------------------------------------------