1
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-12-11 04:51:21 +04:00

drop unused projects

This commit is contained in:
bird_egop
2025-11-23 19:33:58 +03:00
parent c27b77cbfc
commit 3738881c46
10 changed files with 2 additions and 285 deletions

View File

@@ -1,6 +1,8 @@
using System.Buffers.Binary;
using System.Text;
// Unfinished
var fileBytes = File.ReadAllBytes("C:\\Program Files (x86)\\Nikita\\Iron Strategy\\gamefont-1.rlb");
var header = fileBytes.AsSpan().Slice(0, 32);