File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <Version >35.9.0 </Version >
3+ <Version >35.9.1 </Version >
44 <TargetFramework >net10.0</TargetFramework >
55 <RepositoryUrl >https://github.com/dead-cells-core-modding/core</RepositoryUrl >
66 <RepositoryType >git</RepositoryType >
Original file line number Diff line number Diff line change 77using ModCore . Events . Interfaces . Game ;
88using ModCore . Mods ;
99using ModCore . Modules ;
10- using ModCore . Utitities ;
10+ using ModCore . Utilities ;
1111
1212namespace DebugMod
1313{
Original file line number Diff line number Diff line change 55using ModCore . Events . Interfaces . Game ;
66using ModCore . Mods ;
77using ModCore . Modules ;
8- using ModCore . Utitities ;
8+ using ModCore . Utilities ;
99
1010namespace SampleSimple
1111{
Original file line number Diff line number Diff line change 44using dc . tool . weap ;
55using HaxeProxy . Runtime ;
66using ModCore . Storage ;
7- using ModCore . Utitities ;
7+ using ModCore . Utilities ;
88using System ;
99using System . Collections . Generic ;
1010using System . Linq ;
Original file line number Diff line number Diff line change 88using ModCore . Events . Interfaces . Game . Hero ;
99using ModCore . Mods ;
1010using ModCore . Modules ;
11- using ModCore . Utitities ;
11+ using ModCore . Utilities ;
1212using Serilog ;
1313using Serilog . Core ;
1414using System . Runtime . CompilerServices ;
You can’t perform that action at this time.
0 commit comments