File tree Expand file tree Collapse file tree
CathodeLib/Scripts/CATHODE Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11using System ;
22using System . Collections . Generic ;
3- using System . Text ;
43using CathodeLib ;
54using System . IO ;
65using 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
188using UnityEngine ;
Original file line number Diff line number Diff line change 33using System . Collections . Generic ;
44using System . IO ;
55using System . Linq ;
6- using System . Text ;
76using System . Threading . Tasks ;
87using System . Runtime . InteropServices ;
98#if UNITY_EDITOR || UNITY_STANDALONE_WIN
Original file line number Diff line number Diff line change 1010using UnityEngine ;
1111#else
1212using System . Numerics ;
13- using System . Runtime . InteropServices ;
1413#endif
1514
1615namespace 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.
You can’t perform that action at this time.
0 commit comments