Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Commit

Permalink
Add Generate.csx script to generate Types
Browse files Browse the repository at this point in the history
  • Loading branch information
GEEKiDoS committed Jan 31, 2021
1 parent 9419b8c commit 093d727
Show file tree
Hide file tree
Showing 91 changed files with 2,090 additions and 436 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -337,4 +337,7 @@ ASALocalRun/
.localhistory/

# BeatPulse healthcheck temp database
healthchecksdb
healthchecksdb

# IL2CPP Dumper result
Scripts/dump.cs
8 changes: 8 additions & 0 deletions D4DJ-Tools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
<RootNamespace>D4DJ_Tools</RootNamespace>
</PropertyGroup>

<ItemGroup>
<Compile Remove="Scripts\dump.cs" />
</ItemGroup>

<ItemGroup>
<None Include="Scripts\dump.cs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="MessagePack" Version="2.2.85" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
Expand Down
167 changes: 0 additions & 167 deletions D4DJEnums.cs

This file was deleted.

22 changes: 0 additions & 22 deletions DummyAttributes.cs

This file was deleted.

Loading

0 comments on commit 093d727

Please sign in to comment.