Skip to content

Commit b3ef536

Browse files
committed
fix build error
1 parent d2b5d6a commit b3ef536

3 files changed

Lines changed: 1 addition & 13 deletions

File tree

CathodeLib/Scripts/CATHODE/Commands/Parsers/CommandsBIN.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
11
using System;
22
using System.Collections.Generic;
3-
using System.Text;
43
using CathodeLib;
54
using System.IO;
65
using System.Linq;
7-
using System.Threading.Tasks;
8-
using CATHODE.Scripting;
9-
using System.Drawing;
10-
using System.Windows.Media.Animation;
11-
using System.ComponentModel.Design.Serialization;
12-
using System.Reflection;
13-
using System.Data;
14-
using static CATHODE.Textures.TEX4;
15-
using static CATHODE.Resources;
166

177
#if UNITY_EDITOR || UNITY_STANDALONE_WIN
188
using UnityEngine;

CathodeLib/Scripts/CATHODE/Commands/Parsers/CommandsPAK.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
using System.Collections.Generic;
44
using System.IO;
55
using System.Linq;
6-
using System.Text;
76
using System.Threading.Tasks;
87
using System.Runtime.InteropServices;
98
#if UNITY_EDITOR || UNITY_STANDALONE_WIN

CathodeLib/Scripts/CATHODE/Traversals.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@
1010
using UnityEngine;
1111
#else
1212
using System.Numerics;
13-
using System.Runtime.InteropServices;
1413
#endif
1514

1615
namespace CATHODE.EXPERIMENTAL
1716
{
18-
/* DATA/ENV/PRODUCTION/x/WORLD/COLLISION.BIN */
17+
/* DATA/ENV/PRODUCTION/x/WORLD/STATE_x/TRAVERSAL */
1918
public class Traversals : CathodeFile
2019
{
2120
//NOTE: Not bothering finishing reversing this one as it's not actually used.

0 commit comments

Comments
 (0)