main loop and timer efficiency
This commit is contained in:
parent
0889404d83
commit
5f07f81fe1
8 changed files with 29 additions and 7 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue