This commit is contained in:
PC-20230316NUNE\Administrator
2024-10-22 20:36:46 +08:00
parent 0e94e376fb
commit a3257421ad
26 changed files with 694 additions and 112 deletions

View File

@@ -74,7 +74,6 @@
<Analyzer Include="D:\Unity\2022.3.1f1\Editor\Data\Tools\Unity.SourceGenerators\Unity.Properties.SourceGenerator.dll" />
</ItemGroup>
<ItemGroup>
<Compile Include="Assets\HotScripts\JNGame\Runtime\GAS\Runtime\JNGasManager.cs" />
<Compile Include="Assets\HotScripts\JNGame\Runtime\GAS\Runtime\StaticAsset\Interface\IAbilityAsset.cs" />
<Compile Include="Assets\HotScripts\JNGame\Runtime\GAS\UnityExt\ScriptableAsset\Cue\Base\GameplayCueInstant.cs" />
<Compile Include="Assets\HotScripts\JNGame\Runtime\GAS\General\Util\TypeUtil.cs" />
@@ -110,6 +109,7 @@
<Compile Include="Assets\HotScripts\JNGame\Runtime\Entitas\Core\Entitas\src\Systems\Interfaces\IReactiveSystem.cs" />
<Compile Include="Assets\HotScripts\JNGame\Runtime\GAS\UnityExt\ScriptableAsset\GameplayEffectAsset.cs" />
<Compile Include="Assets\HotScripts\JNGame\Runtime\Entitas\Core\Entitas\src\Context\Exceptions\ContextDoesNotContainEntityException.cs" />
<Compile Include="Assets\HotScripts\JNGame\Runtime\GAS\Runtime\JexGasManager.cs" />
<Compile Include="Assets\HotScripts\JNGame\Runtime\GAS\UnityExt\ScriptableAsset\Cue\CueAnimationOneShot.cs" />
<Compile Include="Assets\HotScripts\JNGame\Runtime\GAS\Runtime\Ability\TimelineAbility\AbilityTask\Tasks\DefaultPassiveAbilityTask.cs" />
<Compile Include="Assets\HotScripts\JNGame\Runtime\GAS\Runtime\Effects\GameplayEffectStacking.cs" />
@@ -119,7 +119,6 @@
<Compile Include="Assets\HotScripts\JNGame\Runtime\GAS\UnityExt\ScriptableAsset\Modifier\ModifierMagnitudeCalculation.cs" />
<Compile Include="Assets\HotScripts\JNGame\Runtime\Entitas\Core\Entitas.VisualDebugging.Unity\src\Entity\EntityBehaviour.cs" />
<Compile Include="Assets\HotScripts\JNGame\Runtime\Sync\System\SBaseSystem.cs" />
<Compile Include="Assets\HotScripts\JNGame\Runtime\GAS\General\Util\Pool\ObjectPool.cs" />
<Compile Include="Assets\HotScripts\JNGame\Runtime\Entitas\Core\Entitas\src\Entity\Exceptions\EntityDoesNotHaveComponentException.cs" />
<Compile Include="Assets\HotScripts\JNGame\Runtime\Entitas\Core\Entitas\src\Collector\CollectorContextExtension.cs" />
<Compile Include="Assets\HotScripts\JNGame\Runtime\Util\UseUtil.cs" />
@@ -183,6 +182,7 @@
<Compile Include="Assets\HotScripts\JNGame\Runtime\GAS\UnityExt\ScriptableAsset\Cue\Base\GameplayCue.cs" />
<Compile Include="Assets\HotScripts\JNGame\Runtime\Sync\System\Data\Type\NDataLVector3.cs" />
<Compile Include="Assets\HotScripts\JNGame\Runtime\Sync\System\Data\SStateDataSystem.cs" />
<Compile Include="Assets\HotScripts\JNGame\Runtime\GAS\General\Util\Pool\JexGasObjectPool.cs" />
<Compile Include="Assets\HotScripts\JNGame\Runtime\Sync\App\Tile\Entity\JNTileContexts.cs" />
<Compile Include="Assets\HotScripts\JNGame\Runtime\Entitas\Core\Entitas\src\Entity\UnsafeAERC.cs" />
<Compile Include="Assets\HotScripts\JNGame\Runtime\Util\Serializaition\Serializer.cs" />