More cleanups of custom classes in favor of .NET runtime types.

This commit is contained in:
hondacrx
2021-11-15 18:04:57 -05:00
parent a9a51d0641
commit b026ee7ef8
132 changed files with 373 additions and 6833 deletions
+2 -3
View File
@@ -17,13 +17,12 @@
using Framework.Constants;
using Framework.Database;
using Framework.GameMath;
using Game.Networking;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Collections;
using Framework.Dynamic;
using System.Numerics;
namespace Game.DataStorage
{