FICTURE7 / CoCSharp

Clash of Clans library, proxy and server written in .NET [Unmaintained]
MIT License
109 stars 57 forks source link

Title & Rewrite #91

Closed ghost closed 7 years ago

ghost commented 7 years ago

Please you not need Title for COCSharp ? Add: (not add "#" and Program line)

Program.cs in COCSharp.Server

using System;

using (Server = new Server()) { Console.Title = "COCSharp Server © 2016"; }

and for Rewrite:

COCSharp:

File: Building{T}

ConstructionEventArgs obsolete Lign 139 Building.UpdateData(int, int) obsolete Lign 279 ConstructionEventArgs obsolete Lign 391

File: Building.cs

Buildable.UpdateData(int, int) obsolete Lign 276

File: Client.cs

Client.Left not used Lign 27

and Command.Tick need "new"

ghost commented 7 years ago

Why it's for fixing bug, And add Title in Console Window