Makes gump code a little more readable (#390)

- [X] Adds a WriteAscii for individual characters
- [X] Updates gump code to use it so it is a little more readable
This commit is contained in:
Kamron Batman 2021-01-06 01:17:34 -08:00 committed by GitHub
parent 03bdff2293
commit dfe89024ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 407 additions and 161 deletions

View file

@ -14,7 +14,6 @@
*************************************************************************/
using System.Buffers;
using System.IO;
using System.Runtime.CompilerServices;
namespace Server.Network

View file

@ -15,7 +15,6 @@
using System;
using System.Buffers;
using System.IO;
using System.Runtime.CompilerServices;
namespace Server.Network

View file

@ -13,7 +13,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
*************************************************************************/
using System;
using System.Buffers;
using Server.Targeting;

View file

@ -15,7 +15,6 @@
using System.Buffers;
using System.Collections.Generic;
using System.IO;
using Server.Items;
namespace Server.Network