main loop and timer efficiency

This commit is contained in:
mark 2006-06-19 17:28:24 +00:00
parent 0889404d83
commit 5f07f81fe1
8 changed files with 29 additions and 7 deletions

View file

@ -24,7 +24,7 @@ using System.Collections.Generic;
using System.Text;
namespace Server {
public class BinaryMemoryWriter : BinaryFileWriter {
public sealed class BinaryMemoryWriter : BinaryFileWriter {
private MemoryStream stream;
protected override int BufferSize {