├── .gitignore ├── AnalyzerBinary ├── LiteEntitySystemAnalyzer.dll └── LiteEntitySystemAnalyzer.dll.meta ├── AnalyzerTest ├── AnalyzerTest.csproj ├── GlobalUsings.cs └── MainTest.cs ├── LICENSE ├── LiteEntitySystem.sln ├── LiteEntitySystem ├── ClientEntityManager.cs ├── Collections │ ├── AVLTree.cs │ ├── BitSpan.cs │ ├── CircularBuffer.cs │ ├── SequenceBinaryHeap.cs │ └── SparseMap.cs ├── ControllerLogic.cs ├── EntityFilter.cs ├── EntityLogic.cs ├── EntityManager.cs ├── EntityParams.cs ├── EntitySharedReference.cs ├── EntityTypesMap.cs ├── Extensions │ ├── FloatAngle.cs │ ├── JsonSyncableField.cs │ ├── NetDataExtensions.cs │ ├── SyncArray.cs │ ├── SyncDict.cs │ ├── SyncFixedArray.cs │ ├── SyncHashSet.cs │ ├── SyncList.cs │ ├── SyncNetSerializable.cs │ ├── SyncPongTimer.cs │ ├── SyncQueue.cs │ ├── SyncScriptableObject.cs │ ├── SyncSpanSerializable.cs │ ├── SyncSquare.cs │ ├── SyncStateMachine.cs │ ├── SyncString.cs │ └── SyncTimer.cs ├── HumanControllerLogic.cs ├── ILPart │ ├── RefMagic.dll │ ├── RefMagic.il │ ├── build.bat │ ├── build.sh │ ├── build_linux.sh │ ├── ilasm │ ├── ilasm.exe │ └── ilasmosx64 ├── ILocalSingleton.cs ├── ISpanSerializable.cs ├── IdGenerator.cs ├── Internal │ ├── DeltaCompressor.cs │ ├── EntityClassData.cs │ ├── EntityFieldInfo.cs │ ├── InternalBaseClass.cs │ ├── InternalEntity.cs │ ├── InternalPackets.cs │ ├── RemoteCallPacket.cs │ ├── ServerStateData.cs │ ├── StateSerializer.cs │ └── ValueTypeProcessor.cs ├── LiteEntitySystem.asmdef ├── LiteEntitySystem.csproj ├── Logger.cs ├── NetPlayer.cs ├── PawnLogic.cs ├── PredictableEntityLogic.cs ├── RPCRegistrator.cs ├── ServerEntityManager.cs ├── SingletonEntityLogic.cs ├── SpanReader.cs ├── SpanWriter.cs ├── SyncChilds.cs ├── SyncGroup.cs ├── SyncVar.cs ├── SyncableField.cs ├── Transport │ ├── AbstractNetPeer.cs │ └── LiteNetLibNetPeer.cs └── Utils.cs ├── LiteEntitySystemAnalyzer ├── LiteEntitySystemAnalyzer.cs ├── LiteEntitySystemAnalyzer.csproj ├── Resources.Designer.cs └── Resources.resx ├── NOTICE ├── README.md ├── docfx_project ├── .gitignore ├── api │ ├── .gitignore │ ├── .manifest │ ├── LiteEntitySystem.AiControllerLogic-1.yml │ ├── LiteEntitySystem.AiControllerLogic.yml │ ├── LiteEntitySystem.ClientEntityManager.yml │ ├── LiteEntitySystem.Collections.AVLTree-1.Enumerator.yml │ ├── LiteEntitySystem.Collections.AVLTree-1.yml │ ├── LiteEntitySystem.Collections.BitReadOnlySpan.yml │ ├── LiteEntitySystem.Collections.BitSpan.yml │ ├── LiteEntitySystem.Collections.CircularBuffer-1.yml │ ├── LiteEntitySystem.Collections.SequenceBinaryHeap-1.yml │ ├── LiteEntitySystem.Collections.SparseMap-1.SparseEntry.yml │ ├── LiteEntitySystem.Collections.SparseMap-1.yml │ ├── LiteEntitySystem.Collections.yml │ ├── LiteEntitySystem.ControllerLogic.yml │ ├── LiteEntitySystem.DeserializeResult.yml │ ├── LiteEntitySystem.EntityDataHeader.yml │ ├── LiteEntitySystem.EntityFilter-1.yml │ ├── LiteEntitySystem.EntityFlags.yml │ ├── LiteEntitySystem.EntityFlagsAttribute.yml │ ├── LiteEntitySystem.EntityLogic.yml │ ├── LiteEntitySystem.EntityManager.yml │ ├── LiteEntitySystem.EntityParams.yml │ ├── LiteEntitySystem.EntitySharedReference.yml │ ├── LiteEntitySystem.EntityTypesMap-1.yml │ ├── LiteEntitySystem.EntityTypesMap.yml │ ├── LiteEntitySystem.ExecuteFlags.yml │ ├── LiteEntitySystem.Extensions.FloatAngle.yml │ ├── LiteEntitySystem.Extensions.StateCalls.yml │ ├── LiteEntitySystem.Extensions.SyncArray-1.yml │ ├── LiteEntitySystem.Extensions.SyncDict-2.yml │ ├── LiteEntitySystem.Extensions.SyncFixedArray-1.yml │ ├── LiteEntitySystem.Extensions.SyncHashSet-1.yml │ ├── LiteEntitySystem.Extensions.SyncList-1.yml │ ├── LiteEntitySystem.Extensions.SyncNetSerializable-1.yml │ ├── LiteEntitySystem.Extensions.SyncQueue-1.yml │ ├── LiteEntitySystem.Extensions.SyncSpanSerializable-1.yml │ ├── LiteEntitySystem.Extensions.SyncSquare-1.yml │ ├── LiteEntitySystem.Extensions.SyncStateMachine-1.yml │ ├── LiteEntitySystem.Extensions.SyncString.yml │ ├── LiteEntitySystem.Extensions.SyncTimer.yml │ ├── LiteEntitySystem.Extensions.yml │ ├── LiteEntitySystem.HumanControllerLogic-1.yml │ ├── LiteEntitySystem.HumanControllerLogic-2.yml │ ├── LiteEntitySystem.HumanControllerLogic.yml │ ├── LiteEntitySystem.IEntityFilter.yml │ ├── LiteEntitySystem.IEntitySyncVarInfoPrinter.yml │ ├── LiteEntitySystem.ILocalSingleton.yml │ ├── LiteEntitySystem.ILocalSingletonWithUpdate.yml │ ├── LiteEntitySystem.ILogger.yml │ ├── LiteEntitySystem.ISpanSerializable.yml │ ├── LiteEntitySystem.ISyncFieldChanged-1.yml │ ├── LiteEntitySystem.ISyncFieldChanged.yml │ ├── LiteEntitySystem.IdGeneratorByte.yml │ ├── LiteEntitySystem.IdGeneratorUShort.yml │ ├── LiteEntitySystem.Internal.InternalBaseClass.yml │ ├── LiteEntitySystem.Internal.InternalEntity.yml │ ├── LiteEntitySystem.Internal.yml │ ├── LiteEntitySystem.LESDiagnosticDataEntry.yml │ ├── LiteEntitySystem.Logger.yml │ ├── LiteEntitySystem.MaxHistorySize.yml │ ├── LiteEntitySystem.NetPlayer.yml │ ├── LiteEntitySystem.NetPlayerState.yml │ ├── LiteEntitySystem.NetworkMode.yml │ ├── LiteEntitySystem.PawnLogic.yml │ ├── LiteEntitySystem.RPCRegistrator.yml │ ├── LiteEntitySystem.RemoteCall-1.yml │ ├── LiteEntitySystem.RemoteCall.yml │ ├── LiteEntitySystem.RemoteCallSerializable-1.yml │ ├── LiteEntitySystem.RemoteCallSpan-1.yml │ ├── LiteEntitySystem.ServerEntityManager.yml │ ├── LiteEntitySystem.ServerSendRate.yml │ ├── LiteEntitySystem.SingletonEntityLogic.yml │ ├── LiteEntitySystem.SpanReader.yml │ ├── LiteEntitySystem.SpanWriter.yml │ ├── LiteEntitySystem.SyncChilds.yml │ ├── LiteEntitySystem.SyncFlags.yml │ ├── LiteEntitySystem.SyncGroup.yml │ ├── LiteEntitySystem.SyncGroupUtils.yml │ ├── LiteEntitySystem.SyncVar-1.yml │ ├── LiteEntitySystem.SyncVarFlags.yml │ ├── LiteEntitySystem.SyncableField.yml │ ├── LiteEntitySystem.SyncableRPCRegistrator.yml │ ├── LiteEntitySystem.Transport.AbstractNetPeer.yml │ ├── LiteEntitySystem.Transport.LiteNetLibExtensions.yml │ ├── LiteEntitySystem.Transport.LiteNetLibNetPeer.yml │ ├── LiteEntitySystem.Transport.yml │ ├── LiteEntitySystem.UpdateMode.yml │ ├── LiteEntitySystem.Utils.yml │ ├── LiteEntitySystem.yml │ ├── LiteNetLib.Utils.NetDataExtensions.yml │ ├── LiteNetLib.Utils.yml │ ├── index.md │ └── toc.yml ├── articles │ ├── client-update-flow.md │ ├── entity-creation.md │ ├── index.md │ ├── lag-compensation.md │ ├── server-update-flow.md │ └── toc.yml ├── docfx.json ├── filterConfig.yml ├── index.md └── toc.yml ├── docs ├── api │ ├── LiteEntitySystem.AiControllerLogic-1.html │ ├── LiteEntitySystem.AiControllerLogic.html │ ├── LiteEntitySystem.BindOnChangeFlags.html │ ├── LiteEntitySystem.ClientEntityManager.html │ ├── LiteEntitySystem.Collections.AVLTree-1.Enumerator.html │ ├── LiteEntitySystem.Collections.AVLTree-1.html │ ├── LiteEntitySystem.Collections.BitReadOnlySpan.html │ ├── LiteEntitySystem.Collections.BitSpan.html │ ├── LiteEntitySystem.Collections.CircularBuffer-1.html │ ├── LiteEntitySystem.Collections.SequenceBinaryHeap-1.html │ ├── LiteEntitySystem.Collections.SparseMap-1.SparseEntry.html │ ├── LiteEntitySystem.Collections.SparseMap-1.html │ ├── LiteEntitySystem.Collections.html │ ├── LiteEntitySystem.ControllerLogic.html │ ├── LiteEntitySystem.DebugFrameModes.html │ ├── LiteEntitySystem.DeserializeResult.html │ ├── LiteEntitySystem.EntityDataHeader.html │ ├── LiteEntitySystem.EntityFilter-1.html │ ├── LiteEntitySystem.EntityFlags.html │ ├── LiteEntitySystem.EntityFlagsAttribute.html │ ├── LiteEntitySystem.EntityLogic.html │ ├── LiteEntitySystem.EntityManager.html │ ├── LiteEntitySystem.EntityParams.html │ ├── LiteEntitySystem.EntitySharedReference.html │ ├── LiteEntitySystem.EntityTypesMap-1.html │ ├── LiteEntitySystem.EntityTypesMap.html │ ├── LiteEntitySystem.ExecuteFlags.html │ ├── LiteEntitySystem.Extensions.FloatAngle.html │ ├── LiteEntitySystem.Extensions.StateCalls.html │ ├── LiteEntitySystem.Extensions.SyncArray-1.html │ ├── LiteEntitySystem.Extensions.SyncDict-2.html │ ├── LiteEntitySystem.Extensions.SyncFixedArray-1.html │ ├── LiteEntitySystem.Extensions.SyncHashSet-1.html │ ├── LiteEntitySystem.Extensions.SyncList-1.SyncListEnumerator.html │ ├── LiteEntitySystem.Extensions.SyncList-1.html │ ├── LiteEntitySystem.Extensions.SyncNetSerializable-1.html │ ├── LiteEntitySystem.Extensions.SyncQueue-1.html │ ├── LiteEntitySystem.Extensions.SyncSpanSerializable-1.html │ ├── LiteEntitySystem.Extensions.SyncSquare-1.html │ ├── LiteEntitySystem.Extensions.SyncStateMachine-1.html │ ├── LiteEntitySystem.Extensions.SyncString.html │ ├── LiteEntitySystem.Extensions.SyncTimer.html │ ├── LiteEntitySystem.Extensions.html │ ├── LiteEntitySystem.HumanControllerLogic-1.html │ ├── LiteEntitySystem.HumanControllerLogic-2.html │ ├── LiteEntitySystem.HumanControllerLogic.html │ ├── LiteEntitySystem.IEntityFilter.html │ ├── LiteEntitySystem.IEntitySyncVarInfoPrinter.html │ ├── LiteEntitySystem.ILocalSingleton.html │ ├── LiteEntitySystem.ILocalSingletonWithUpdate.html │ ├── LiteEntitySystem.ILogger.html │ ├── LiteEntitySystem.ISpanSerializable.html │ ├── LiteEntitySystem.ISyncFieldChanged-1.html │ ├── LiteEntitySystem.ISyncFieldChanged.html │ ├── LiteEntitySystem.IdGeneratorByte.html │ ├── LiteEntitySystem.IdGeneratorUShort.html │ ├── LiteEntitySystem.Internal.EntityState.html │ ├── LiteEntitySystem.Internal.InternalBaseClass.html │ ├── LiteEntitySystem.Internal.InternalEntity.html │ ├── LiteEntitySystem.Internal.html │ ├── LiteEntitySystem.LESDiagnosticDataEntry.html │ ├── LiteEntitySystem.Logger.html │ ├── LiteEntitySystem.MaxHistorySize.html │ ├── LiteEntitySystem.NetPlayer.html │ ├── LiteEntitySystem.NetPlayerState.html │ ├── LiteEntitySystem.NetworkMode.html │ ├── LiteEntitySystem.PawnLogic.html │ ├── LiteEntitySystem.PredictableEntityLogic.html │ ├── LiteEntitySystem.RPCRegistrator.html │ ├── LiteEntitySystem.RemoteCall-1.html │ ├── LiteEntitySystem.RemoteCall.html │ ├── LiteEntitySystem.RemoteCallSerializable-1.html │ ├── LiteEntitySystem.RemoteCallSpan-1.html │ ├── LiteEntitySystem.ServerEntityManager.html │ ├── LiteEntitySystem.ServerSendRate.html │ ├── LiteEntitySystem.SingletonEntityLogic.html │ ├── LiteEntitySystem.SpanReader.html │ ├── LiteEntitySystem.SpanWriter.html │ ├── LiteEntitySystem.SyncChilds.html │ ├── LiteEntitySystem.SyncFlags.html │ ├── LiteEntitySystem.SyncGroup.html │ ├── LiteEntitySystem.SyncGroupUtils.html │ ├── LiteEntitySystem.SyncVar-1.html │ ├── LiteEntitySystem.SyncVarFlags.html │ ├── LiteEntitySystem.SyncableField.html │ ├── LiteEntitySystem.SyncableFieldCustomRollback.html │ ├── LiteEntitySystem.SyncableRPCRegistrator.html │ ├── LiteEntitySystem.Transport.AbstractNetPeer.html │ ├── LiteEntitySystem.Transport.LiteNetLibExtensions.html │ ├── LiteEntitySystem.Transport.LiteNetLibNetPeer.html │ ├── LiteEntitySystem.Transport.html │ ├── LiteEntitySystem.UpdateMode.html │ ├── LiteEntitySystem.Utils.html │ ├── LiteEntitySystem.html │ ├── LiteNetLib.Utils.NetDataExtensions.html │ ├── LiteNetLib.Utils.html │ ├── index.html │ ├── toc.html │ └── toc.json ├── articles │ ├── client-update-flow.html │ ├── entity-creation.html │ ├── index.html │ ├── lag-compensation.html │ ├── server-update-flow.html │ ├── toc.html │ └── toc.json ├── favicon.ico ├── index.html ├── logo.svg ├── manifest.json ├── public │ ├── architecture-I3QFYML2-2T2ZUHXO.min.js │ ├── architecture-I3QFYML2-2T2ZUHXO.min.js.map │ ├── architectureDiagram-UYN6MBPD-WBU2OYNU.min.js │ ├── architectureDiagram-UYN6MBPD-WBU2OYNU.min.js.map │ ├── blockDiagram-ZHA2E4KO-IZKTV5IP.min.js │ ├── blockDiagram-ZHA2E4KO-IZKTV5IP.min.js.map │ ├── bootstrap-icons-OCU552PF.woff │ ├── bootstrap-icons-X6UQXWUS.woff2 │ ├── c4Diagram-6F5ED5ID-X53KYE5F.min.js │ ├── c4Diagram-6F5ED5ID-X53KYE5F.min.js.map │ ├── chunk-2YMHYP32.min.js │ ├── chunk-2YMHYP32.min.js.map │ ├── chunk-33FU46FA.min.js │ ├── chunk-33FU46FA.min.js.map │ ├── chunk-3Z74ZUXG.min.js │ ├── chunk-3Z74ZUXG.min.js.map │ ├── chunk-54U54PUP.min.js │ ├── chunk-54U54PUP.min.js.map │ ├── chunk-5IIW54K6.min.js │ ├── chunk-5IIW54K6.min.js.map │ ├── chunk-6YMKSKZH.min.js │ ├── chunk-6YMKSKZH.min.js.map │ ├── chunk-AUO2PXKS.min.js │ ├── chunk-AUO2PXKS.min.js.map │ ├── chunk-BD4P4Z7J.min.js │ ├── chunk-BD4P4Z7J.min.js.map │ ├── chunk-BIJFJY5F.min.js │ ├── chunk-BIJFJY5F.min.js.map │ ├── chunk-C7DS3QYJ.min.js │ ├── chunk-C7DS3QYJ.min.js.map │ ├── chunk-CLIYZZ5Y.min.js │ ├── chunk-CLIYZZ5Y.min.js.map │ ├── chunk-CM5D5KZN.min.js │ ├── chunk-CM5D5KZN.min.js.map │ ├── chunk-CXRPJJJE.min.js │ ├── chunk-CXRPJJJE.min.js.map │ ├── chunk-DTUU2GN4.min.js │ ├── chunk-DTUU2GN4.min.js.map │ ├── chunk-EDJWACL4.min.js │ ├── chunk-EDJWACL4.min.js.map │ ├── chunk-EKP7MBOP.min.js │ ├── chunk-EKP7MBOP.min.js.map │ ├── chunk-I4ZXTPQC.min.js │ ├── chunk-I4ZXTPQC.min.js.map │ ├── chunk-IJ4BRSPX.min.js │ ├── chunk-IJ4BRSPX.min.js.map │ ├── chunk-IQQ46AC6.min.js │ ├── chunk-IQQ46AC6.min.js.map │ ├── chunk-ISDTAGDN.min.js │ ├── chunk-ISDTAGDN.min.js.map │ ├── chunk-JL3VILNY.min.js │ ├── chunk-JL3VILNY.min.js.map │ ├── chunk-N4YULA37.min.js │ ├── chunk-N4YULA37.min.js.map │ ├── chunk-N6ME3NZU.min.js │ ├── chunk-N6ME3NZU.min.js.map │ ├── chunk-OSRY5VT3.min.js │ ├── chunk-OSRY5VT3.min.js.map │ ├── chunk-OZ2RCKQJ.min.js │ ├── chunk-OZ2RCKQJ.min.js.map │ ├── chunk-PDS7545E.min.js │ ├── chunk-PDS7545E.min.js.map │ ├── chunk-PYPO7LRM.min.js │ ├── chunk-PYPO7LRM.min.js.map │ ├── chunk-TLYS76Q7.min.js │ ├── chunk-TLYS76Q7.min.js.map │ ├── chunk-U3SD26FK.min.js │ ├── chunk-U3SD26FK.min.js.map │ ├── chunk-U4DUTLYF.min.js │ ├── chunk-U4DUTLYF.min.js.map │ ├── chunk-UEFJDIUO.min.js │ ├── chunk-UEFJDIUO.min.js.map │ ├── chunk-V55NTXQN.min.js │ ├── chunk-V55NTXQN.min.js.map │ ├── chunk-WMZJ2DJX.min.js │ ├── chunk-WMZJ2DJX.min.js.map │ ├── chunk-WXIN66R4.min.js │ ├── chunk-WXIN66R4.min.js.map │ ├── classDiagram-LNE6IOMH-VZ67B4ZP.min.js │ ├── classDiagram-LNE6IOMH-VZ67B4ZP.min.js.map │ ├── classDiagram-v2-MQ7JQ4JX-4JTAVB6L.min.js │ ├── classDiagram-v2-MQ7JQ4JX-4JTAVB6L.min.js.map │ ├── dagre-4EVJKHTY-MHPLGZHX.min.js │ ├── dagre-4EVJKHTY-MHPLGZHX.min.js.map │ ├── diagram-QW4FP2JN-UOF7FAFC.min.js │ ├── diagram-QW4FP2JN-UOF7FAFC.min.js.map │ ├── docfx.min.css │ ├── docfx.min.css.map │ ├── docfx.min.js │ ├── docfx.min.js.map │ ├── erDiagram-6RL3IURR-PEYW6AVI.min.js │ ├── erDiagram-6RL3IURR-PEYW6AVI.min.js.map │ ├── es-4I4X6RME.min.js │ ├── es-4I4X6RME.min.js.map │ ├── flowDiagram-7ASYPVHJ-DABBKNEC.min.js │ ├── flowDiagram-7ASYPVHJ-DABBKNEC.min.js.map │ ├── ganttDiagram-NTVNEXSI-JVQ2N4MZ.min.js │ ├── ganttDiagram-NTVNEXSI-JVQ2N4MZ.min.js.map │ ├── gitGraph-YCYPL57B-3XOJ53I6.min.js │ ├── gitGraph-YCYPL57B-3XOJ53I6.min.js.map │ ├── gitGraphDiagram-NRZ2UAAF-WVTRWY3E.min.js │ ├── gitGraphDiagram-NRZ2UAAF-WVTRWY3E.min.js.map │ ├── info-46DW6VJ7-RDUIJSMX.min.js │ ├── info-46DW6VJ7-RDUIJSMX.min.js.map │ ├── infoDiagram-A4XQUW5V-SKLVFWJI.min.js │ ├── infoDiagram-A4XQUW5V-SKLVFWJI.min.js.map │ ├── journeyDiagram-G5WM74LC-AHZ7GKR5.min.js │ ├── journeyDiagram-G5WM74LC-AHZ7GKR5.min.js.map │ ├── kanban-definition-QRCXZQQD-MKSHYOCX.min.js │ ├── kanban-definition-QRCXZQQD-MKSHYOCX.min.js.map │ ├── katex-ROPKEHCO.min.js │ ├── katex-ROPKEHCO.min.js.map │ ├── lunr.ar-A6ZT2INA.min.js │ ├── lunr.ar-A6ZT2INA.min.js.map │ ├── lunr.da-WWM276CR.min.js │ ├── lunr.da-WWM276CR.min.js.map │ ├── lunr.de-XXPRKDAY.min.js │ ├── lunr.de-XXPRKDAY.min.js.map │ ├── lunr.du-NO4L2LL3.min.js │ ├── lunr.du-NO4L2LL3.min.js.map │ ├── lunr.el-5ZSSJVMA.min.js │ ├── lunr.el-5ZSSJVMA.min.js.map │ ├── lunr.es-ZH6Q76E6.min.js │ ├── lunr.es-ZH6Q76E6.min.js.map │ ├── lunr.fi-S7WJSBCP.min.js │ ├── lunr.fi-S7WJSBCP.min.js.map │ ├── lunr.fr-H2QNBELV.min.js │ ├── lunr.fr-H2QNBELV.min.js.map │ ├── lunr.he-TTLAK4MN.min.js │ ├── lunr.he-TTLAK4MN.min.js.map │ ├── lunr.hi-PWWMAGLU.min.js │ ├── lunr.hi-PWWMAGLU.min.js.map │ ├── lunr.hu-DLG2DSVM.min.js │ ├── lunr.hu-DLG2DSVM.min.js.map │ ├── lunr.hy-FFQJAR7M.min.js │ ├── lunr.hy-FFQJAR7M.min.js.map │ ├── lunr.it-VQNLJLPR.min.js │ ├── lunr.it-VQNLJLPR.min.js.map │ ├── lunr.ja-J6QHZSR2.min.js │ ├── lunr.ja-J6QHZSR2.min.js.map │ ├── lunr.jp-M45D3XJE.min.js │ ├── lunr.jp-M45D3XJE.min.js.map │ ├── lunr.kn-ASLXFRTC.min.js │ ├── lunr.kn-ASLXFRTC.min.js.map │ ├── lunr.ko-RHF2BDE4.min.js │ ├── lunr.ko-RHF2BDE4.min.js.map │ ├── lunr.nl-2BITG354.min.js │ ├── lunr.nl-2BITG354.min.js.map │ ├── lunr.no-WPLSHWFO.min.js │ ├── lunr.no-WPLSHWFO.min.js.map │ ├── lunr.pt-V2XEBELC.min.js │ ├── lunr.pt-V2XEBELC.min.js.map │ ├── lunr.ro-O76266FJ.min.js │ ├── lunr.ro-O76266FJ.min.js.map │ ├── lunr.ru-G56UDXYH.min.js │ ├── lunr.ru-G56UDXYH.min.js.map │ ├── lunr.sa-LD5PRAIS.min.js │ ├── lunr.sa-LD5PRAIS.min.js.map │ ├── lunr.sv-7VRY4UDB.min.js │ ├── lunr.sv-7VRY4UDB.min.js.map │ ├── lunr.ta-OWB7AURB.min.js │ ├── lunr.ta-OWB7AURB.min.js.map │ ├── lunr.te-JGGL3BFP.min.js │ ├── lunr.te-JGGL3BFP.min.js.map │ ├── lunr.th-O4JBL3IY.min.js │ ├── lunr.th-O4JBL3IY.min.js.map │ ├── lunr.tr-WXUV733C.min.js │ ├── lunr.tr-WXUV733C.min.js.map │ ├── lunr.vi-3U4A337N.min.js │ ├── lunr.vi-3U4A337N.min.js.map │ ├── main.css │ ├── main.js │ ├── mermaid.core-QWHI4VJR.min.js │ ├── mermaid.core-QWHI4VJR.min.js.map │ ├── mindmap-definition-GWI6TPTV-XCX7U2FR.min.js │ ├── mindmap-definition-GWI6TPTV-XCX7U2FR.min.js.map │ ├── packet-W2GHVCYJ-ZZMTAWKW.min.js │ ├── packet-W2GHVCYJ-ZZMTAWKW.min.js.map │ ├── pie-BEWT4RHE-VFWRUT6J.min.js │ ├── pie-BEWT4RHE-VFWRUT6J.min.js.map │ ├── pieDiagram-YF2LJOPJ-ITGVNBO2.min.js │ ├── pieDiagram-YF2LJOPJ-ITGVNBO2.min.js.map │ ├── quadrantDiagram-OS5C2QUG-BN35C5UH.min.js │ ├── quadrantDiagram-OS5C2QUG-BN35C5UH.min.js.map │ ├── requirementDiagram-MIRIMTAZ-CXICLXCG.min.js │ ├── requirementDiagram-MIRIMTAZ-CXICLXCG.min.js.map │ ├── sankeyDiagram-Y46BX6SQ-LTJNBPUP.min.js │ ├── sankeyDiagram-Y46BX6SQ-LTJNBPUP.min.js.map │ ├── search-worker.min.js │ ├── search-worker.min.js.map │ ├── sequenceDiagram-G6AWOVSC-UJVWCU2P.min.js │ ├── sequenceDiagram-G6AWOVSC-UJVWCU2P.min.js.map │ ├── stateDiagram-MAYHULR4-UPNPJ5ZA.min.js │ ├── stateDiagram-MAYHULR4-UPNPJ5ZA.min.js.map │ ├── stateDiagram-v2-4JROLMXI-COTI64PW.min.js │ ├── stateDiagram-v2-4JROLMXI-COTI64PW.min.js.map │ ├── tex-svg-full-SL33OL2J.min.js │ ├── tex-svg-full-SL33OL2J.min.js.map │ ├── timeline-definition-U7ZMHBDA-I7GF7M6N.min.js │ ├── timeline-definition-U7ZMHBDA-I7GF7M6N.min.js.map │ ├── xychartDiagram-6QU3TZC5-MQVPM64I.min.js │ └── xychartDiagram-6QU3TZC5-MQVPM64I.min.js.map ├── toc.html ├── toc.json └── xrefmap.yml ├── update_docs.bat └── update_docs.sh /.gitignore: -------------------------------------------------------------------------------- 1 | .idea 2 | obj 3 | bin 4 | .vs 5 | .DS_Store 6 | *.user 7 | -------------------------------------------------------------------------------- /AnalyzerBinary/LiteEntitySystemAnalyzer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/AnalyzerBinary/LiteEntitySystemAnalyzer.dll -------------------------------------------------------------------------------- /AnalyzerBinary/LiteEntitySystemAnalyzer.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/AnalyzerBinary/LiteEntitySystemAnalyzer.dll.meta -------------------------------------------------------------------------------- /AnalyzerTest/AnalyzerTest.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/AnalyzerTest/AnalyzerTest.csproj -------------------------------------------------------------------------------- /AnalyzerTest/GlobalUsings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/AnalyzerTest/GlobalUsings.cs -------------------------------------------------------------------------------- /AnalyzerTest/MainTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/AnalyzerTest/MainTest.cs -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LICENSE -------------------------------------------------------------------------------- /LiteEntitySystem.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem.sln -------------------------------------------------------------------------------- /LiteEntitySystem/ClientEntityManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/ClientEntityManager.cs -------------------------------------------------------------------------------- /LiteEntitySystem/Collections/AVLTree.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/Collections/AVLTree.cs -------------------------------------------------------------------------------- /LiteEntitySystem/Collections/BitSpan.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/Collections/BitSpan.cs -------------------------------------------------------------------------------- /LiteEntitySystem/Collections/CircularBuffer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/Collections/CircularBuffer.cs -------------------------------------------------------------------------------- /LiteEntitySystem/Collections/SequenceBinaryHeap.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/Collections/SequenceBinaryHeap.cs -------------------------------------------------------------------------------- /LiteEntitySystem/Collections/SparseMap.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/Collections/SparseMap.cs -------------------------------------------------------------------------------- /LiteEntitySystem/ControllerLogic.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/ControllerLogic.cs -------------------------------------------------------------------------------- /LiteEntitySystem/EntityFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/EntityFilter.cs -------------------------------------------------------------------------------- /LiteEntitySystem/EntityLogic.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/EntityLogic.cs -------------------------------------------------------------------------------- /LiteEntitySystem/EntityManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/EntityManager.cs -------------------------------------------------------------------------------- /LiteEntitySystem/EntityParams.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/EntityParams.cs -------------------------------------------------------------------------------- /LiteEntitySystem/EntitySharedReference.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/EntitySharedReference.cs -------------------------------------------------------------------------------- /LiteEntitySystem/EntityTypesMap.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/EntityTypesMap.cs -------------------------------------------------------------------------------- /LiteEntitySystem/Extensions/FloatAngle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/Extensions/FloatAngle.cs -------------------------------------------------------------------------------- /LiteEntitySystem/Extensions/JsonSyncableField.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/Extensions/JsonSyncableField.cs -------------------------------------------------------------------------------- /LiteEntitySystem/Extensions/NetDataExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/Extensions/NetDataExtensions.cs -------------------------------------------------------------------------------- /LiteEntitySystem/Extensions/SyncArray.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/Extensions/SyncArray.cs -------------------------------------------------------------------------------- /LiteEntitySystem/Extensions/SyncDict.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/Extensions/SyncDict.cs -------------------------------------------------------------------------------- /LiteEntitySystem/Extensions/SyncFixedArray.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/Extensions/SyncFixedArray.cs -------------------------------------------------------------------------------- /LiteEntitySystem/Extensions/SyncHashSet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/Extensions/SyncHashSet.cs -------------------------------------------------------------------------------- /LiteEntitySystem/Extensions/SyncList.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/Extensions/SyncList.cs -------------------------------------------------------------------------------- /LiteEntitySystem/Extensions/SyncNetSerializable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/Extensions/SyncNetSerializable.cs -------------------------------------------------------------------------------- /LiteEntitySystem/Extensions/SyncPongTimer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/Extensions/SyncPongTimer.cs -------------------------------------------------------------------------------- /LiteEntitySystem/Extensions/SyncQueue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/Extensions/SyncQueue.cs -------------------------------------------------------------------------------- /LiteEntitySystem/Extensions/SyncScriptableObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/Extensions/SyncScriptableObject.cs -------------------------------------------------------------------------------- /LiteEntitySystem/Extensions/SyncSpanSerializable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/Extensions/SyncSpanSerializable.cs -------------------------------------------------------------------------------- /LiteEntitySystem/Extensions/SyncSquare.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/Extensions/SyncSquare.cs -------------------------------------------------------------------------------- /LiteEntitySystem/Extensions/SyncStateMachine.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/Extensions/SyncStateMachine.cs -------------------------------------------------------------------------------- /LiteEntitySystem/Extensions/SyncString.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/Extensions/SyncString.cs -------------------------------------------------------------------------------- /LiteEntitySystem/Extensions/SyncTimer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/Extensions/SyncTimer.cs -------------------------------------------------------------------------------- /LiteEntitySystem/HumanControllerLogic.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/HumanControllerLogic.cs -------------------------------------------------------------------------------- /LiteEntitySystem/ILPart/RefMagic.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/ILPart/RefMagic.dll -------------------------------------------------------------------------------- /LiteEntitySystem/ILPart/RefMagic.il: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/ILPart/RefMagic.il -------------------------------------------------------------------------------- /LiteEntitySystem/ILPart/build.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | ilasm.exe /dll RefMagic.il 3 | pause -------------------------------------------------------------------------------- /LiteEntitySystem/ILPart/build.sh: -------------------------------------------------------------------------------- 1 | #/bin/sh 2 | ./ilasmosx64 -dll RefMagic.il 3 | -------------------------------------------------------------------------------- /LiteEntitySystem/ILPart/build_linux.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/ILPart/build_linux.sh -------------------------------------------------------------------------------- /LiteEntitySystem/ILPart/ilasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/ILPart/ilasm -------------------------------------------------------------------------------- /LiteEntitySystem/ILPart/ilasm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/ILPart/ilasm.exe -------------------------------------------------------------------------------- /LiteEntitySystem/ILPart/ilasmosx64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/ILPart/ilasmosx64 -------------------------------------------------------------------------------- /LiteEntitySystem/ILocalSingleton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/ILocalSingleton.cs -------------------------------------------------------------------------------- /LiteEntitySystem/ISpanSerializable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/ISpanSerializable.cs -------------------------------------------------------------------------------- /LiteEntitySystem/IdGenerator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/IdGenerator.cs -------------------------------------------------------------------------------- /LiteEntitySystem/Internal/DeltaCompressor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/Internal/DeltaCompressor.cs -------------------------------------------------------------------------------- /LiteEntitySystem/Internal/EntityClassData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/Internal/EntityClassData.cs -------------------------------------------------------------------------------- /LiteEntitySystem/Internal/EntityFieldInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/Internal/EntityFieldInfo.cs -------------------------------------------------------------------------------- /LiteEntitySystem/Internal/InternalBaseClass.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/Internal/InternalBaseClass.cs -------------------------------------------------------------------------------- /LiteEntitySystem/Internal/InternalEntity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/Internal/InternalEntity.cs -------------------------------------------------------------------------------- /LiteEntitySystem/Internal/InternalPackets.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/Internal/InternalPackets.cs -------------------------------------------------------------------------------- /LiteEntitySystem/Internal/RemoteCallPacket.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/Internal/RemoteCallPacket.cs -------------------------------------------------------------------------------- /LiteEntitySystem/Internal/ServerStateData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/Internal/ServerStateData.cs -------------------------------------------------------------------------------- /LiteEntitySystem/Internal/StateSerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/Internal/StateSerializer.cs -------------------------------------------------------------------------------- /LiteEntitySystem/Internal/ValueTypeProcessor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/Internal/ValueTypeProcessor.cs -------------------------------------------------------------------------------- /LiteEntitySystem/LiteEntitySystem.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/LiteEntitySystem.asmdef -------------------------------------------------------------------------------- /LiteEntitySystem/LiteEntitySystem.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/LiteEntitySystem.csproj -------------------------------------------------------------------------------- /LiteEntitySystem/Logger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/Logger.cs -------------------------------------------------------------------------------- /LiteEntitySystem/NetPlayer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/NetPlayer.cs -------------------------------------------------------------------------------- /LiteEntitySystem/PawnLogic.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/PawnLogic.cs -------------------------------------------------------------------------------- /LiteEntitySystem/PredictableEntityLogic.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/PredictableEntityLogic.cs -------------------------------------------------------------------------------- /LiteEntitySystem/RPCRegistrator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/RPCRegistrator.cs -------------------------------------------------------------------------------- /LiteEntitySystem/ServerEntityManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/ServerEntityManager.cs -------------------------------------------------------------------------------- /LiteEntitySystem/SingletonEntityLogic.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/SingletonEntityLogic.cs -------------------------------------------------------------------------------- /LiteEntitySystem/SpanReader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/SpanReader.cs -------------------------------------------------------------------------------- /LiteEntitySystem/SpanWriter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/SpanWriter.cs -------------------------------------------------------------------------------- /LiteEntitySystem/SyncChilds.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/SyncChilds.cs -------------------------------------------------------------------------------- /LiteEntitySystem/SyncGroup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/SyncGroup.cs -------------------------------------------------------------------------------- /LiteEntitySystem/SyncVar.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/SyncVar.cs -------------------------------------------------------------------------------- /LiteEntitySystem/SyncableField.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/SyncableField.cs -------------------------------------------------------------------------------- /LiteEntitySystem/Transport/AbstractNetPeer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/Transport/AbstractNetPeer.cs -------------------------------------------------------------------------------- /LiteEntitySystem/Transport/LiteNetLibNetPeer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/Transport/LiteNetLibNetPeer.cs -------------------------------------------------------------------------------- /LiteEntitySystem/Utils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystem/Utils.cs -------------------------------------------------------------------------------- /LiteEntitySystemAnalyzer/LiteEntitySystemAnalyzer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystemAnalyzer/LiteEntitySystemAnalyzer.cs -------------------------------------------------------------------------------- /LiteEntitySystemAnalyzer/LiteEntitySystemAnalyzer.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystemAnalyzer/LiteEntitySystemAnalyzer.csproj -------------------------------------------------------------------------------- /LiteEntitySystemAnalyzer/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystemAnalyzer/Resources.Designer.cs -------------------------------------------------------------------------------- /LiteEntitySystemAnalyzer/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/LiteEntitySystemAnalyzer/Resources.resx -------------------------------------------------------------------------------- /NOTICE: -------------------------------------------------------------------------------- 1 | LiteEntitySystem 2 | Copyright 2023 Ruslan Pyrch 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/README.md -------------------------------------------------------------------------------- /docfx_project/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/.gitignore -------------------------------------------------------------------------------- /docfx_project/api/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/.gitignore -------------------------------------------------------------------------------- /docfx_project/api/.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/.manifest -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.AiControllerLogic-1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.AiControllerLogic-1.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.AiControllerLogic.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.AiControllerLogic.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.ClientEntityManager.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.ClientEntityManager.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.Collections.AVLTree-1.Enumerator.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.Collections.AVLTree-1.Enumerator.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.Collections.AVLTree-1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.Collections.AVLTree-1.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.Collections.BitReadOnlySpan.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.Collections.BitReadOnlySpan.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.Collections.BitSpan.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.Collections.BitSpan.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.Collections.CircularBuffer-1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.Collections.CircularBuffer-1.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.Collections.SequenceBinaryHeap-1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.Collections.SequenceBinaryHeap-1.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.Collections.SparseMap-1.SparseEntry.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.Collections.SparseMap-1.SparseEntry.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.Collections.SparseMap-1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.Collections.SparseMap-1.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.Collections.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.Collections.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.ControllerLogic.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.ControllerLogic.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.DeserializeResult.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.DeserializeResult.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.EntityDataHeader.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.EntityDataHeader.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.EntityFilter-1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.EntityFilter-1.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.EntityFlags.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.EntityFlags.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.EntityFlagsAttribute.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.EntityFlagsAttribute.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.EntityLogic.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.EntityLogic.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.EntityManager.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.EntityManager.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.EntityParams.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.EntityParams.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.EntitySharedReference.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.EntitySharedReference.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.EntityTypesMap-1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.EntityTypesMap-1.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.EntityTypesMap.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.EntityTypesMap.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.ExecuteFlags.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.ExecuteFlags.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.Extensions.FloatAngle.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.Extensions.FloatAngle.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.Extensions.StateCalls.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.Extensions.StateCalls.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.Extensions.SyncArray-1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.Extensions.SyncArray-1.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.Extensions.SyncDict-2.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.Extensions.SyncDict-2.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.Extensions.SyncFixedArray-1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.Extensions.SyncFixedArray-1.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.Extensions.SyncHashSet-1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.Extensions.SyncHashSet-1.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.Extensions.SyncList-1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.Extensions.SyncList-1.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.Extensions.SyncNetSerializable-1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.Extensions.SyncNetSerializable-1.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.Extensions.SyncQueue-1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.Extensions.SyncQueue-1.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.Extensions.SyncSpanSerializable-1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.Extensions.SyncSpanSerializable-1.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.Extensions.SyncSquare-1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.Extensions.SyncSquare-1.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.Extensions.SyncStateMachine-1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.Extensions.SyncStateMachine-1.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.Extensions.SyncString.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.Extensions.SyncString.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.Extensions.SyncTimer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.Extensions.SyncTimer.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.Extensions.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.Extensions.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.HumanControllerLogic-1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.HumanControllerLogic-1.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.HumanControllerLogic-2.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.HumanControllerLogic-2.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.HumanControllerLogic.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.HumanControllerLogic.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.IEntityFilter.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.IEntityFilter.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.IEntitySyncVarInfoPrinter.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.IEntitySyncVarInfoPrinter.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.ILocalSingleton.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.ILocalSingleton.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.ILocalSingletonWithUpdate.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.ILocalSingletonWithUpdate.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.ILogger.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.ILogger.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.ISpanSerializable.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.ISpanSerializable.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.ISyncFieldChanged-1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.ISyncFieldChanged-1.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.ISyncFieldChanged.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.ISyncFieldChanged.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.IdGeneratorByte.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.IdGeneratorByte.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.IdGeneratorUShort.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.IdGeneratorUShort.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.Internal.InternalBaseClass.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.Internal.InternalBaseClass.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.Internal.InternalEntity.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.Internal.InternalEntity.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.Internal.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.Internal.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.LESDiagnosticDataEntry.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.LESDiagnosticDataEntry.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.Logger.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.Logger.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.MaxHistorySize.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.MaxHistorySize.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.NetPlayer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.NetPlayer.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.NetPlayerState.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.NetPlayerState.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.NetworkMode.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.NetworkMode.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.PawnLogic.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.PawnLogic.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.RPCRegistrator.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.RPCRegistrator.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.RemoteCall-1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.RemoteCall-1.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.RemoteCall.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.RemoteCall.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.RemoteCallSerializable-1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.RemoteCallSerializable-1.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.RemoteCallSpan-1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.RemoteCallSpan-1.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.ServerEntityManager.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.ServerEntityManager.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.ServerSendRate.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.ServerSendRate.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.SingletonEntityLogic.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.SingletonEntityLogic.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.SpanReader.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.SpanReader.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.SpanWriter.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.SpanWriter.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.SyncChilds.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.SyncChilds.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.SyncFlags.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.SyncFlags.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.SyncGroup.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.SyncGroup.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.SyncGroupUtils.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.SyncGroupUtils.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.SyncVar-1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.SyncVar-1.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.SyncVarFlags.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.SyncVarFlags.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.SyncableField.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.SyncableField.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.SyncableRPCRegistrator.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.SyncableRPCRegistrator.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.Transport.AbstractNetPeer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.Transport.AbstractNetPeer.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.Transport.LiteNetLibExtensions.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.Transport.LiteNetLibExtensions.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.Transport.LiteNetLibNetPeer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.Transport.LiteNetLibNetPeer.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.Transport.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.Transport.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.UpdateMode.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.UpdateMode.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.Utils.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.Utils.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteEntitySystem.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteEntitySystem.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteNetLib.Utils.NetDataExtensions.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteNetLib.Utils.NetDataExtensions.yml -------------------------------------------------------------------------------- /docfx_project/api/LiteNetLib.Utils.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/LiteNetLib.Utils.yml -------------------------------------------------------------------------------- /docfx_project/api/index.md: -------------------------------------------------------------------------------- 1 | # LiteEntitySystem -------------------------------------------------------------------------------- /docfx_project/api/toc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/api/toc.yml -------------------------------------------------------------------------------- /docfx_project/articles/client-update-flow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/articles/client-update-flow.md -------------------------------------------------------------------------------- /docfx_project/articles/entity-creation.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docfx_project/articles/index.md: -------------------------------------------------------------------------------- 1 | # Articles -------------------------------------------------------------------------------- /docfx_project/articles/lag-compensation.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docfx_project/articles/server-update-flow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/articles/server-update-flow.md -------------------------------------------------------------------------------- /docfx_project/articles/toc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/articles/toc.yml -------------------------------------------------------------------------------- /docfx_project/docfx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/docfx.json -------------------------------------------------------------------------------- /docfx_project/filterConfig.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/filterConfig.yml -------------------------------------------------------------------------------- /docfx_project/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/index.md -------------------------------------------------------------------------------- /docfx_project/toc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docfx_project/toc.yml -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.AiControllerLogic-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.AiControllerLogic-1.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.AiControllerLogic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.AiControllerLogic.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.BindOnChangeFlags.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.BindOnChangeFlags.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.ClientEntityManager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.ClientEntityManager.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.Collections.AVLTree-1.Enumerator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.Collections.AVLTree-1.Enumerator.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.Collections.AVLTree-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.Collections.AVLTree-1.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.Collections.BitReadOnlySpan.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.Collections.BitReadOnlySpan.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.Collections.BitSpan.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.Collections.BitSpan.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.Collections.CircularBuffer-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.Collections.CircularBuffer-1.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.Collections.SequenceBinaryHeap-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.Collections.SequenceBinaryHeap-1.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.Collections.SparseMap-1.SparseEntry.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.Collections.SparseMap-1.SparseEntry.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.Collections.SparseMap-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.Collections.SparseMap-1.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.Collections.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.Collections.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.ControllerLogic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.ControllerLogic.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.DebugFrameModes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.DebugFrameModes.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.DeserializeResult.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.DeserializeResult.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.EntityDataHeader.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.EntityDataHeader.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.EntityFilter-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.EntityFilter-1.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.EntityFlags.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.EntityFlags.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.EntityFlagsAttribute.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.EntityFlagsAttribute.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.EntityLogic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.EntityLogic.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.EntityManager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.EntityManager.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.EntityParams.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.EntityParams.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.EntitySharedReference.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.EntitySharedReference.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.EntityTypesMap-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.EntityTypesMap-1.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.EntityTypesMap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.EntityTypesMap.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.ExecuteFlags.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.ExecuteFlags.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.Extensions.FloatAngle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.Extensions.FloatAngle.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.Extensions.StateCalls.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.Extensions.StateCalls.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.Extensions.SyncArray-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.Extensions.SyncArray-1.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.Extensions.SyncDict-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.Extensions.SyncDict-2.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.Extensions.SyncFixedArray-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.Extensions.SyncFixedArray-1.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.Extensions.SyncHashSet-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.Extensions.SyncHashSet-1.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.Extensions.SyncList-1.SyncListEnumerator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.Extensions.SyncList-1.SyncListEnumerator.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.Extensions.SyncList-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.Extensions.SyncList-1.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.Extensions.SyncNetSerializable-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.Extensions.SyncNetSerializable-1.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.Extensions.SyncQueue-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.Extensions.SyncQueue-1.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.Extensions.SyncSpanSerializable-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.Extensions.SyncSpanSerializable-1.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.Extensions.SyncSquare-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.Extensions.SyncSquare-1.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.Extensions.SyncStateMachine-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.Extensions.SyncStateMachine-1.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.Extensions.SyncString.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.Extensions.SyncString.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.Extensions.SyncTimer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.Extensions.SyncTimer.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.Extensions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.Extensions.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.HumanControllerLogic-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.HumanControllerLogic-1.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.HumanControllerLogic-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.HumanControllerLogic-2.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.HumanControllerLogic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.HumanControllerLogic.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.IEntityFilter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.IEntityFilter.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.IEntitySyncVarInfoPrinter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.IEntitySyncVarInfoPrinter.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.ILocalSingleton.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.ILocalSingleton.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.ILocalSingletonWithUpdate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.ILocalSingletonWithUpdate.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.ILogger.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.ILogger.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.ISpanSerializable.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.ISpanSerializable.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.ISyncFieldChanged-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.ISyncFieldChanged-1.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.ISyncFieldChanged.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.ISyncFieldChanged.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.IdGeneratorByte.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.IdGeneratorByte.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.IdGeneratorUShort.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.IdGeneratorUShort.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.Internal.EntityState.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.Internal.EntityState.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.Internal.InternalBaseClass.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.Internal.InternalBaseClass.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.Internal.InternalEntity.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.Internal.InternalEntity.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.Internal.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.Internal.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.LESDiagnosticDataEntry.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.LESDiagnosticDataEntry.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.Logger.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.Logger.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.MaxHistorySize.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.MaxHistorySize.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.NetPlayer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.NetPlayer.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.NetPlayerState.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.NetPlayerState.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.NetworkMode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.NetworkMode.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.PawnLogic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.PawnLogic.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.PredictableEntityLogic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.PredictableEntityLogic.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.RPCRegistrator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.RPCRegistrator.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.RemoteCall-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.RemoteCall-1.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.RemoteCall.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.RemoteCall.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.RemoteCallSerializable-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.RemoteCallSerializable-1.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.RemoteCallSpan-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.RemoteCallSpan-1.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.ServerEntityManager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.ServerEntityManager.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.ServerSendRate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.ServerSendRate.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.SingletonEntityLogic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.SingletonEntityLogic.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.SpanReader.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.SpanReader.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.SpanWriter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.SpanWriter.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.SyncChilds.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.SyncChilds.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.SyncFlags.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.SyncFlags.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.SyncGroup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.SyncGroup.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.SyncGroupUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.SyncGroupUtils.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.SyncVar-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.SyncVar-1.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.SyncVarFlags.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.SyncVarFlags.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.SyncableField.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.SyncableField.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.SyncableFieldCustomRollback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.SyncableFieldCustomRollback.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.SyncableRPCRegistrator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.SyncableRPCRegistrator.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.Transport.AbstractNetPeer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.Transport.AbstractNetPeer.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.Transport.LiteNetLibExtensions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.Transport.LiteNetLibExtensions.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.Transport.LiteNetLibNetPeer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.Transport.LiteNetLibNetPeer.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.Transport.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.Transport.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.UpdateMode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.UpdateMode.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.Utils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.Utils.html -------------------------------------------------------------------------------- /docs/api/LiteEntitySystem.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteEntitySystem.html -------------------------------------------------------------------------------- /docs/api/LiteNetLib.Utils.NetDataExtensions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteNetLib.Utils.NetDataExtensions.html -------------------------------------------------------------------------------- /docs/api/LiteNetLib.Utils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/LiteNetLib.Utils.html -------------------------------------------------------------------------------- /docs/api/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/index.html -------------------------------------------------------------------------------- /docs/api/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/toc.html -------------------------------------------------------------------------------- /docs/api/toc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/api/toc.json -------------------------------------------------------------------------------- /docs/articles/client-update-flow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/articles/client-update-flow.html -------------------------------------------------------------------------------- /docs/articles/entity-creation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/articles/entity-creation.html -------------------------------------------------------------------------------- /docs/articles/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/articles/index.html -------------------------------------------------------------------------------- /docs/articles/lag-compensation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/articles/lag-compensation.html -------------------------------------------------------------------------------- /docs/articles/server-update-flow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/articles/server-update-flow.html -------------------------------------------------------------------------------- /docs/articles/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/articles/toc.html -------------------------------------------------------------------------------- /docs/articles/toc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/articles/toc.json -------------------------------------------------------------------------------- /docs/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/favicon.ico -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/logo.svg -------------------------------------------------------------------------------- /docs/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/manifest.json -------------------------------------------------------------------------------- /docs/public/architecture-I3QFYML2-2T2ZUHXO.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/architecture-I3QFYML2-2T2ZUHXO.min.js -------------------------------------------------------------------------------- /docs/public/architecture-I3QFYML2-2T2ZUHXO.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/architecture-I3QFYML2-2T2ZUHXO.min.js.map -------------------------------------------------------------------------------- /docs/public/architectureDiagram-UYN6MBPD-WBU2OYNU.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/architectureDiagram-UYN6MBPD-WBU2OYNU.min.js -------------------------------------------------------------------------------- /docs/public/architectureDiagram-UYN6MBPD-WBU2OYNU.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/architectureDiagram-UYN6MBPD-WBU2OYNU.min.js.map -------------------------------------------------------------------------------- /docs/public/blockDiagram-ZHA2E4KO-IZKTV5IP.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/blockDiagram-ZHA2E4KO-IZKTV5IP.min.js -------------------------------------------------------------------------------- /docs/public/blockDiagram-ZHA2E4KO-IZKTV5IP.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/blockDiagram-ZHA2E4KO-IZKTV5IP.min.js.map -------------------------------------------------------------------------------- /docs/public/bootstrap-icons-OCU552PF.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/bootstrap-icons-OCU552PF.woff -------------------------------------------------------------------------------- /docs/public/bootstrap-icons-X6UQXWUS.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/bootstrap-icons-X6UQXWUS.woff2 -------------------------------------------------------------------------------- /docs/public/c4Diagram-6F5ED5ID-X53KYE5F.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/c4Diagram-6F5ED5ID-X53KYE5F.min.js -------------------------------------------------------------------------------- /docs/public/c4Diagram-6F5ED5ID-X53KYE5F.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/c4Diagram-6F5ED5ID-X53KYE5F.min.js.map -------------------------------------------------------------------------------- /docs/public/chunk-2YMHYP32.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-2YMHYP32.min.js -------------------------------------------------------------------------------- /docs/public/chunk-2YMHYP32.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-2YMHYP32.min.js.map -------------------------------------------------------------------------------- /docs/public/chunk-33FU46FA.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-33FU46FA.min.js -------------------------------------------------------------------------------- /docs/public/chunk-33FU46FA.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-33FU46FA.min.js.map -------------------------------------------------------------------------------- /docs/public/chunk-3Z74ZUXG.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-3Z74ZUXG.min.js -------------------------------------------------------------------------------- /docs/public/chunk-3Z74ZUXG.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-3Z74ZUXG.min.js.map -------------------------------------------------------------------------------- /docs/public/chunk-54U54PUP.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-54U54PUP.min.js -------------------------------------------------------------------------------- /docs/public/chunk-54U54PUP.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-54U54PUP.min.js.map -------------------------------------------------------------------------------- /docs/public/chunk-5IIW54K6.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-5IIW54K6.min.js -------------------------------------------------------------------------------- /docs/public/chunk-5IIW54K6.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-5IIW54K6.min.js.map -------------------------------------------------------------------------------- /docs/public/chunk-6YMKSKZH.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-6YMKSKZH.min.js -------------------------------------------------------------------------------- /docs/public/chunk-6YMKSKZH.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-6YMKSKZH.min.js.map -------------------------------------------------------------------------------- /docs/public/chunk-AUO2PXKS.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-AUO2PXKS.min.js -------------------------------------------------------------------------------- /docs/public/chunk-AUO2PXKS.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-AUO2PXKS.min.js.map -------------------------------------------------------------------------------- /docs/public/chunk-BD4P4Z7J.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-BD4P4Z7J.min.js -------------------------------------------------------------------------------- /docs/public/chunk-BD4P4Z7J.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-BD4P4Z7J.min.js.map -------------------------------------------------------------------------------- /docs/public/chunk-BIJFJY5F.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-BIJFJY5F.min.js -------------------------------------------------------------------------------- /docs/public/chunk-BIJFJY5F.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-BIJFJY5F.min.js.map -------------------------------------------------------------------------------- /docs/public/chunk-C7DS3QYJ.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-C7DS3QYJ.min.js -------------------------------------------------------------------------------- /docs/public/chunk-C7DS3QYJ.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-C7DS3QYJ.min.js.map -------------------------------------------------------------------------------- /docs/public/chunk-CLIYZZ5Y.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-CLIYZZ5Y.min.js -------------------------------------------------------------------------------- /docs/public/chunk-CLIYZZ5Y.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-CLIYZZ5Y.min.js.map -------------------------------------------------------------------------------- /docs/public/chunk-CM5D5KZN.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-CM5D5KZN.min.js -------------------------------------------------------------------------------- /docs/public/chunk-CM5D5KZN.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-CM5D5KZN.min.js.map -------------------------------------------------------------------------------- /docs/public/chunk-CXRPJJJE.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-CXRPJJJE.min.js -------------------------------------------------------------------------------- /docs/public/chunk-CXRPJJJE.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-CXRPJJJE.min.js.map -------------------------------------------------------------------------------- /docs/public/chunk-DTUU2GN4.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-DTUU2GN4.min.js -------------------------------------------------------------------------------- /docs/public/chunk-DTUU2GN4.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-DTUU2GN4.min.js.map -------------------------------------------------------------------------------- /docs/public/chunk-EDJWACL4.min.js: -------------------------------------------------------------------------------- 1 | var r="11.4.1";export{r as a}; 2 | //# sourceMappingURL=chunk-EDJWACL4.min.js.map 3 | -------------------------------------------------------------------------------- /docs/public/chunk-EDJWACL4.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-EDJWACL4.min.js.map -------------------------------------------------------------------------------- /docs/public/chunk-EKP7MBOP.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-EKP7MBOP.min.js -------------------------------------------------------------------------------- /docs/public/chunk-EKP7MBOP.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-EKP7MBOP.min.js.map -------------------------------------------------------------------------------- /docs/public/chunk-I4ZXTPQC.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-I4ZXTPQC.min.js -------------------------------------------------------------------------------- /docs/public/chunk-I4ZXTPQC.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-I4ZXTPQC.min.js.map -------------------------------------------------------------------------------- /docs/public/chunk-IJ4BRSPX.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-IJ4BRSPX.min.js -------------------------------------------------------------------------------- /docs/public/chunk-IJ4BRSPX.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-IJ4BRSPX.min.js.map -------------------------------------------------------------------------------- /docs/public/chunk-IQQ46AC6.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-IQQ46AC6.min.js -------------------------------------------------------------------------------- /docs/public/chunk-IQQ46AC6.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-IQQ46AC6.min.js.map -------------------------------------------------------------------------------- /docs/public/chunk-ISDTAGDN.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-ISDTAGDN.min.js -------------------------------------------------------------------------------- /docs/public/chunk-ISDTAGDN.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-ISDTAGDN.min.js.map -------------------------------------------------------------------------------- /docs/public/chunk-JL3VILNY.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-JL3VILNY.min.js -------------------------------------------------------------------------------- /docs/public/chunk-JL3VILNY.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-JL3VILNY.min.js.map -------------------------------------------------------------------------------- /docs/public/chunk-N4YULA37.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-N4YULA37.min.js -------------------------------------------------------------------------------- /docs/public/chunk-N4YULA37.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-N4YULA37.min.js.map -------------------------------------------------------------------------------- /docs/public/chunk-N6ME3NZU.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-N6ME3NZU.min.js -------------------------------------------------------------------------------- /docs/public/chunk-N6ME3NZU.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-N6ME3NZU.min.js.map -------------------------------------------------------------------------------- /docs/public/chunk-OSRY5VT3.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-OSRY5VT3.min.js -------------------------------------------------------------------------------- /docs/public/chunk-OSRY5VT3.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-OSRY5VT3.min.js.map -------------------------------------------------------------------------------- /docs/public/chunk-OZ2RCKQJ.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-OZ2RCKQJ.min.js -------------------------------------------------------------------------------- /docs/public/chunk-OZ2RCKQJ.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-OZ2RCKQJ.min.js.map -------------------------------------------------------------------------------- /docs/public/chunk-PDS7545E.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-PDS7545E.min.js -------------------------------------------------------------------------------- /docs/public/chunk-PDS7545E.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-PDS7545E.min.js.map -------------------------------------------------------------------------------- /docs/public/chunk-PYPO7LRM.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-PYPO7LRM.min.js -------------------------------------------------------------------------------- /docs/public/chunk-PYPO7LRM.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-PYPO7LRM.min.js.map -------------------------------------------------------------------------------- /docs/public/chunk-TLYS76Q7.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-TLYS76Q7.min.js -------------------------------------------------------------------------------- /docs/public/chunk-TLYS76Q7.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-TLYS76Q7.min.js.map -------------------------------------------------------------------------------- /docs/public/chunk-U3SD26FK.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-U3SD26FK.min.js -------------------------------------------------------------------------------- /docs/public/chunk-U3SD26FK.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-U3SD26FK.min.js.map -------------------------------------------------------------------------------- /docs/public/chunk-U4DUTLYF.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-U4DUTLYF.min.js -------------------------------------------------------------------------------- /docs/public/chunk-U4DUTLYF.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-U4DUTLYF.min.js.map -------------------------------------------------------------------------------- /docs/public/chunk-UEFJDIUO.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-UEFJDIUO.min.js -------------------------------------------------------------------------------- /docs/public/chunk-UEFJDIUO.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-UEFJDIUO.min.js.map -------------------------------------------------------------------------------- /docs/public/chunk-V55NTXQN.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-V55NTXQN.min.js -------------------------------------------------------------------------------- /docs/public/chunk-V55NTXQN.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-V55NTXQN.min.js.map -------------------------------------------------------------------------------- /docs/public/chunk-WMZJ2DJX.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-WMZJ2DJX.min.js -------------------------------------------------------------------------------- /docs/public/chunk-WMZJ2DJX.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-WMZJ2DJX.min.js.map -------------------------------------------------------------------------------- /docs/public/chunk-WXIN66R4.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-WXIN66R4.min.js -------------------------------------------------------------------------------- /docs/public/chunk-WXIN66R4.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/chunk-WXIN66R4.min.js.map -------------------------------------------------------------------------------- /docs/public/classDiagram-LNE6IOMH-VZ67B4ZP.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/classDiagram-LNE6IOMH-VZ67B4ZP.min.js -------------------------------------------------------------------------------- /docs/public/classDiagram-LNE6IOMH-VZ67B4ZP.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/classDiagram-LNE6IOMH-VZ67B4ZP.min.js.map -------------------------------------------------------------------------------- /docs/public/classDiagram-v2-MQ7JQ4JX-4JTAVB6L.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/classDiagram-v2-MQ7JQ4JX-4JTAVB6L.min.js -------------------------------------------------------------------------------- /docs/public/classDiagram-v2-MQ7JQ4JX-4JTAVB6L.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/classDiagram-v2-MQ7JQ4JX-4JTAVB6L.min.js.map -------------------------------------------------------------------------------- /docs/public/dagre-4EVJKHTY-MHPLGZHX.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/dagre-4EVJKHTY-MHPLGZHX.min.js -------------------------------------------------------------------------------- /docs/public/dagre-4EVJKHTY-MHPLGZHX.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/dagre-4EVJKHTY-MHPLGZHX.min.js.map -------------------------------------------------------------------------------- /docs/public/diagram-QW4FP2JN-UOF7FAFC.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/diagram-QW4FP2JN-UOF7FAFC.min.js -------------------------------------------------------------------------------- /docs/public/diagram-QW4FP2JN-UOF7FAFC.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/diagram-QW4FP2JN-UOF7FAFC.min.js.map -------------------------------------------------------------------------------- /docs/public/docfx.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/docfx.min.css -------------------------------------------------------------------------------- /docs/public/docfx.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/docfx.min.css.map -------------------------------------------------------------------------------- /docs/public/docfx.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/docfx.min.js -------------------------------------------------------------------------------- /docs/public/docfx.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/docfx.min.js.map -------------------------------------------------------------------------------- /docs/public/erDiagram-6RL3IURR-PEYW6AVI.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/erDiagram-6RL3IURR-PEYW6AVI.min.js -------------------------------------------------------------------------------- /docs/public/erDiagram-6RL3IURR-PEYW6AVI.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/erDiagram-6RL3IURR-PEYW6AVI.min.js.map -------------------------------------------------------------------------------- /docs/public/es-4I4X6RME.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/es-4I4X6RME.min.js -------------------------------------------------------------------------------- /docs/public/es-4I4X6RME.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/es-4I4X6RME.min.js.map -------------------------------------------------------------------------------- /docs/public/flowDiagram-7ASYPVHJ-DABBKNEC.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/flowDiagram-7ASYPVHJ-DABBKNEC.min.js -------------------------------------------------------------------------------- /docs/public/flowDiagram-7ASYPVHJ-DABBKNEC.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/flowDiagram-7ASYPVHJ-DABBKNEC.min.js.map -------------------------------------------------------------------------------- /docs/public/ganttDiagram-NTVNEXSI-JVQ2N4MZ.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/ganttDiagram-NTVNEXSI-JVQ2N4MZ.min.js -------------------------------------------------------------------------------- /docs/public/ganttDiagram-NTVNEXSI-JVQ2N4MZ.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/ganttDiagram-NTVNEXSI-JVQ2N4MZ.min.js.map -------------------------------------------------------------------------------- /docs/public/gitGraph-YCYPL57B-3XOJ53I6.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/gitGraph-YCYPL57B-3XOJ53I6.min.js -------------------------------------------------------------------------------- /docs/public/gitGraph-YCYPL57B-3XOJ53I6.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/gitGraph-YCYPL57B-3XOJ53I6.min.js.map -------------------------------------------------------------------------------- /docs/public/gitGraphDiagram-NRZ2UAAF-WVTRWY3E.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/gitGraphDiagram-NRZ2UAAF-WVTRWY3E.min.js -------------------------------------------------------------------------------- /docs/public/gitGraphDiagram-NRZ2UAAF-WVTRWY3E.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/gitGraphDiagram-NRZ2UAAF-WVTRWY3E.min.js.map -------------------------------------------------------------------------------- /docs/public/info-46DW6VJ7-RDUIJSMX.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/info-46DW6VJ7-RDUIJSMX.min.js -------------------------------------------------------------------------------- /docs/public/info-46DW6VJ7-RDUIJSMX.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/info-46DW6VJ7-RDUIJSMX.min.js.map -------------------------------------------------------------------------------- /docs/public/infoDiagram-A4XQUW5V-SKLVFWJI.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/infoDiagram-A4XQUW5V-SKLVFWJI.min.js -------------------------------------------------------------------------------- /docs/public/infoDiagram-A4XQUW5V-SKLVFWJI.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/infoDiagram-A4XQUW5V-SKLVFWJI.min.js.map -------------------------------------------------------------------------------- /docs/public/journeyDiagram-G5WM74LC-AHZ7GKR5.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/journeyDiagram-G5WM74LC-AHZ7GKR5.min.js -------------------------------------------------------------------------------- /docs/public/journeyDiagram-G5WM74LC-AHZ7GKR5.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/journeyDiagram-G5WM74LC-AHZ7GKR5.min.js.map -------------------------------------------------------------------------------- /docs/public/kanban-definition-QRCXZQQD-MKSHYOCX.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/kanban-definition-QRCXZQQD-MKSHYOCX.min.js -------------------------------------------------------------------------------- /docs/public/kanban-definition-QRCXZQQD-MKSHYOCX.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/kanban-definition-QRCXZQQD-MKSHYOCX.min.js.map -------------------------------------------------------------------------------- /docs/public/katex-ROPKEHCO.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/katex-ROPKEHCO.min.js -------------------------------------------------------------------------------- /docs/public/katex-ROPKEHCO.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/katex-ROPKEHCO.min.js.map -------------------------------------------------------------------------------- /docs/public/lunr.ar-A6ZT2INA.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.ar-A6ZT2INA.min.js -------------------------------------------------------------------------------- /docs/public/lunr.ar-A6ZT2INA.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.ar-A6ZT2INA.min.js.map -------------------------------------------------------------------------------- /docs/public/lunr.da-WWM276CR.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.da-WWM276CR.min.js -------------------------------------------------------------------------------- /docs/public/lunr.da-WWM276CR.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.da-WWM276CR.min.js.map -------------------------------------------------------------------------------- /docs/public/lunr.de-XXPRKDAY.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.de-XXPRKDAY.min.js -------------------------------------------------------------------------------- /docs/public/lunr.de-XXPRKDAY.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.de-XXPRKDAY.min.js.map -------------------------------------------------------------------------------- /docs/public/lunr.du-NO4L2LL3.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.du-NO4L2LL3.min.js -------------------------------------------------------------------------------- /docs/public/lunr.du-NO4L2LL3.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.du-NO4L2LL3.min.js.map -------------------------------------------------------------------------------- /docs/public/lunr.el-5ZSSJVMA.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.el-5ZSSJVMA.min.js -------------------------------------------------------------------------------- /docs/public/lunr.el-5ZSSJVMA.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.el-5ZSSJVMA.min.js.map -------------------------------------------------------------------------------- /docs/public/lunr.es-ZH6Q76E6.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.es-ZH6Q76E6.min.js -------------------------------------------------------------------------------- /docs/public/lunr.es-ZH6Q76E6.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.es-ZH6Q76E6.min.js.map -------------------------------------------------------------------------------- /docs/public/lunr.fi-S7WJSBCP.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.fi-S7WJSBCP.min.js -------------------------------------------------------------------------------- /docs/public/lunr.fi-S7WJSBCP.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.fi-S7WJSBCP.min.js.map -------------------------------------------------------------------------------- /docs/public/lunr.fr-H2QNBELV.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.fr-H2QNBELV.min.js -------------------------------------------------------------------------------- /docs/public/lunr.fr-H2QNBELV.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.fr-H2QNBELV.min.js.map -------------------------------------------------------------------------------- /docs/public/lunr.he-TTLAK4MN.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.he-TTLAK4MN.min.js -------------------------------------------------------------------------------- /docs/public/lunr.he-TTLAK4MN.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.he-TTLAK4MN.min.js.map -------------------------------------------------------------------------------- /docs/public/lunr.hi-PWWMAGLU.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.hi-PWWMAGLU.min.js -------------------------------------------------------------------------------- /docs/public/lunr.hi-PWWMAGLU.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.hi-PWWMAGLU.min.js.map -------------------------------------------------------------------------------- /docs/public/lunr.hu-DLG2DSVM.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.hu-DLG2DSVM.min.js -------------------------------------------------------------------------------- /docs/public/lunr.hu-DLG2DSVM.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.hu-DLG2DSVM.min.js.map -------------------------------------------------------------------------------- /docs/public/lunr.hy-FFQJAR7M.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.hy-FFQJAR7M.min.js -------------------------------------------------------------------------------- /docs/public/lunr.hy-FFQJAR7M.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.hy-FFQJAR7M.min.js.map -------------------------------------------------------------------------------- /docs/public/lunr.it-VQNLJLPR.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.it-VQNLJLPR.min.js -------------------------------------------------------------------------------- /docs/public/lunr.it-VQNLJLPR.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.it-VQNLJLPR.min.js.map -------------------------------------------------------------------------------- /docs/public/lunr.ja-J6QHZSR2.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.ja-J6QHZSR2.min.js -------------------------------------------------------------------------------- /docs/public/lunr.ja-J6QHZSR2.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.ja-J6QHZSR2.min.js.map -------------------------------------------------------------------------------- /docs/public/lunr.jp-M45D3XJE.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.jp-M45D3XJE.min.js -------------------------------------------------------------------------------- /docs/public/lunr.jp-M45D3XJE.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.jp-M45D3XJE.min.js.map -------------------------------------------------------------------------------- /docs/public/lunr.kn-ASLXFRTC.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.kn-ASLXFRTC.min.js -------------------------------------------------------------------------------- /docs/public/lunr.kn-ASLXFRTC.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.kn-ASLXFRTC.min.js.map -------------------------------------------------------------------------------- /docs/public/lunr.ko-RHF2BDE4.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.ko-RHF2BDE4.min.js -------------------------------------------------------------------------------- /docs/public/lunr.ko-RHF2BDE4.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.ko-RHF2BDE4.min.js.map -------------------------------------------------------------------------------- /docs/public/lunr.nl-2BITG354.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.nl-2BITG354.min.js -------------------------------------------------------------------------------- /docs/public/lunr.nl-2BITG354.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.nl-2BITG354.min.js.map -------------------------------------------------------------------------------- /docs/public/lunr.no-WPLSHWFO.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.no-WPLSHWFO.min.js -------------------------------------------------------------------------------- /docs/public/lunr.no-WPLSHWFO.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.no-WPLSHWFO.min.js.map -------------------------------------------------------------------------------- /docs/public/lunr.pt-V2XEBELC.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.pt-V2XEBELC.min.js -------------------------------------------------------------------------------- /docs/public/lunr.pt-V2XEBELC.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.pt-V2XEBELC.min.js.map -------------------------------------------------------------------------------- /docs/public/lunr.ro-O76266FJ.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.ro-O76266FJ.min.js -------------------------------------------------------------------------------- /docs/public/lunr.ro-O76266FJ.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.ro-O76266FJ.min.js.map -------------------------------------------------------------------------------- /docs/public/lunr.ru-G56UDXYH.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.ru-G56UDXYH.min.js -------------------------------------------------------------------------------- /docs/public/lunr.ru-G56UDXYH.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.ru-G56UDXYH.min.js.map -------------------------------------------------------------------------------- /docs/public/lunr.sa-LD5PRAIS.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.sa-LD5PRAIS.min.js -------------------------------------------------------------------------------- /docs/public/lunr.sa-LD5PRAIS.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.sa-LD5PRAIS.min.js.map -------------------------------------------------------------------------------- /docs/public/lunr.sv-7VRY4UDB.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.sv-7VRY4UDB.min.js -------------------------------------------------------------------------------- /docs/public/lunr.sv-7VRY4UDB.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.sv-7VRY4UDB.min.js.map -------------------------------------------------------------------------------- /docs/public/lunr.ta-OWB7AURB.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.ta-OWB7AURB.min.js -------------------------------------------------------------------------------- /docs/public/lunr.ta-OWB7AURB.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.ta-OWB7AURB.min.js.map -------------------------------------------------------------------------------- /docs/public/lunr.te-JGGL3BFP.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.te-JGGL3BFP.min.js -------------------------------------------------------------------------------- /docs/public/lunr.te-JGGL3BFP.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.te-JGGL3BFP.min.js.map -------------------------------------------------------------------------------- /docs/public/lunr.th-O4JBL3IY.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.th-O4JBL3IY.min.js -------------------------------------------------------------------------------- /docs/public/lunr.th-O4JBL3IY.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.th-O4JBL3IY.min.js.map -------------------------------------------------------------------------------- /docs/public/lunr.tr-WXUV733C.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.tr-WXUV733C.min.js -------------------------------------------------------------------------------- /docs/public/lunr.tr-WXUV733C.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.tr-WXUV733C.min.js.map -------------------------------------------------------------------------------- /docs/public/lunr.vi-3U4A337N.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.vi-3U4A337N.min.js -------------------------------------------------------------------------------- /docs/public/lunr.vi-3U4A337N.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/lunr.vi-3U4A337N.min.js.map -------------------------------------------------------------------------------- /docs/public/main.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/public/main.js: -------------------------------------------------------------------------------- 1 | export default {} 2 | -------------------------------------------------------------------------------- /docs/public/mermaid.core-QWHI4VJR.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/mermaid.core-QWHI4VJR.min.js -------------------------------------------------------------------------------- /docs/public/mermaid.core-QWHI4VJR.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/mermaid.core-QWHI4VJR.min.js.map -------------------------------------------------------------------------------- /docs/public/mindmap-definition-GWI6TPTV-XCX7U2FR.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/mindmap-definition-GWI6TPTV-XCX7U2FR.min.js -------------------------------------------------------------------------------- /docs/public/mindmap-definition-GWI6TPTV-XCX7U2FR.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/mindmap-definition-GWI6TPTV-XCX7U2FR.min.js.map -------------------------------------------------------------------------------- /docs/public/packet-W2GHVCYJ-ZZMTAWKW.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/packet-W2GHVCYJ-ZZMTAWKW.min.js -------------------------------------------------------------------------------- /docs/public/packet-W2GHVCYJ-ZZMTAWKW.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/packet-W2GHVCYJ-ZZMTAWKW.min.js.map -------------------------------------------------------------------------------- /docs/public/pie-BEWT4RHE-VFWRUT6J.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/pie-BEWT4RHE-VFWRUT6J.min.js -------------------------------------------------------------------------------- /docs/public/pie-BEWT4RHE-VFWRUT6J.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/pie-BEWT4RHE-VFWRUT6J.min.js.map -------------------------------------------------------------------------------- /docs/public/pieDiagram-YF2LJOPJ-ITGVNBO2.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/pieDiagram-YF2LJOPJ-ITGVNBO2.min.js -------------------------------------------------------------------------------- /docs/public/pieDiagram-YF2LJOPJ-ITGVNBO2.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/pieDiagram-YF2LJOPJ-ITGVNBO2.min.js.map -------------------------------------------------------------------------------- /docs/public/quadrantDiagram-OS5C2QUG-BN35C5UH.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/quadrantDiagram-OS5C2QUG-BN35C5UH.min.js -------------------------------------------------------------------------------- /docs/public/quadrantDiagram-OS5C2QUG-BN35C5UH.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/quadrantDiagram-OS5C2QUG-BN35C5UH.min.js.map -------------------------------------------------------------------------------- /docs/public/requirementDiagram-MIRIMTAZ-CXICLXCG.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/requirementDiagram-MIRIMTAZ-CXICLXCG.min.js -------------------------------------------------------------------------------- /docs/public/requirementDiagram-MIRIMTAZ-CXICLXCG.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/requirementDiagram-MIRIMTAZ-CXICLXCG.min.js.map -------------------------------------------------------------------------------- /docs/public/sankeyDiagram-Y46BX6SQ-LTJNBPUP.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/sankeyDiagram-Y46BX6SQ-LTJNBPUP.min.js -------------------------------------------------------------------------------- /docs/public/sankeyDiagram-Y46BX6SQ-LTJNBPUP.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/sankeyDiagram-Y46BX6SQ-LTJNBPUP.min.js.map -------------------------------------------------------------------------------- /docs/public/search-worker.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/search-worker.min.js -------------------------------------------------------------------------------- /docs/public/search-worker.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/search-worker.min.js.map -------------------------------------------------------------------------------- /docs/public/sequenceDiagram-G6AWOVSC-UJVWCU2P.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/sequenceDiagram-G6AWOVSC-UJVWCU2P.min.js -------------------------------------------------------------------------------- /docs/public/sequenceDiagram-G6AWOVSC-UJVWCU2P.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/sequenceDiagram-G6AWOVSC-UJVWCU2P.min.js.map -------------------------------------------------------------------------------- /docs/public/stateDiagram-MAYHULR4-UPNPJ5ZA.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/stateDiagram-MAYHULR4-UPNPJ5ZA.min.js -------------------------------------------------------------------------------- /docs/public/stateDiagram-MAYHULR4-UPNPJ5ZA.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/stateDiagram-MAYHULR4-UPNPJ5ZA.min.js.map -------------------------------------------------------------------------------- /docs/public/stateDiagram-v2-4JROLMXI-COTI64PW.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/stateDiagram-v2-4JROLMXI-COTI64PW.min.js -------------------------------------------------------------------------------- /docs/public/stateDiagram-v2-4JROLMXI-COTI64PW.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/stateDiagram-v2-4JROLMXI-COTI64PW.min.js.map -------------------------------------------------------------------------------- /docs/public/tex-svg-full-SL33OL2J.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/tex-svg-full-SL33OL2J.min.js -------------------------------------------------------------------------------- /docs/public/tex-svg-full-SL33OL2J.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/tex-svg-full-SL33OL2J.min.js.map -------------------------------------------------------------------------------- /docs/public/timeline-definition-U7ZMHBDA-I7GF7M6N.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/timeline-definition-U7ZMHBDA-I7GF7M6N.min.js -------------------------------------------------------------------------------- /docs/public/timeline-definition-U7ZMHBDA-I7GF7M6N.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/timeline-definition-U7ZMHBDA-I7GF7M6N.min.js.map -------------------------------------------------------------------------------- /docs/public/xychartDiagram-6QU3TZC5-MQVPM64I.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/xychartDiagram-6QU3TZC5-MQVPM64I.min.js -------------------------------------------------------------------------------- /docs/public/xychartDiagram-6QU3TZC5-MQVPM64I.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/public/xychartDiagram-6QU3TZC5-MQVPM64I.min.js.map -------------------------------------------------------------------------------- /docs/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/toc.html -------------------------------------------------------------------------------- /docs/toc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/toc.json -------------------------------------------------------------------------------- /docs/xrefmap.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/docs/xrefmap.yml -------------------------------------------------------------------------------- /update_docs.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/update_docs.bat -------------------------------------------------------------------------------- /update_docs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RevenantX/LiteEntitySystem/HEAD/update_docs.sh --------------------------------------------------------------------------------