~ruther/NosSmooth

ref: e4ec704ce8845f69eb6cda658b1e8bac72ec4de2 NosSmooth/Extensions/NosSmooth.Extensions.Combat/NosSmooth.Extensions.Combat.csproj -rw-r--r-- 700 bytes
e4ec704c — Rutherther fix(combat): wait for a while after using a skill 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project Sdk="Microsoft.NET.Sdk">

    <PropertyGroup>
        <ImplicitUsings>enable</ImplicitUsings>
        <Nullable>enable</Nullable>
        <LangVersion>10</LangVersion>
        <TargetFramework>net6.0</TargetFramework>
    </PropertyGroup>

    <ItemGroup>
    </ItemGroup>

    <ItemGroup>
      <PackageReference Include="NosSmooth.Core" Version="1.2.1" />
      <PackageReference Include="NosSmooth.Game" Version="1.2.1" />
      <PackageReference Include="NosSmooth.Packets" Version="2.2.1" />
    </ItemGroup>

    <ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
      <PackageReference Include="NosSmooth.Extensions.Pathfinding" Version="1.0.0" />
    </ItemGroup>

</Project>
Do not follow this link