Commit graph

4 commits

Author SHA1 Message Date
MaxtorCoder
b534cef4ff
C#9 - Target Typing Improvements (#345)
* Update target typing (new type to new())

https://medium.com/swlh/an-introduction-to-the-new-features-in-c-9-305dc8fb74d2

4. Target Typing Improvements

* Remove new line

* Remove more new lines.

* Updated type targed new to var for method variables to be consistent with the rest of the code base.

Co-authored-by: Rawaho <rawahodev@gmail.com>
2021-01-30 22:41:52 +13:00
Rawaho
a6abcc3cb8
Upgraded ClientConnector to .NET Core.
ClientConnector will now look for both x86 and x64 binaries.
2020-07-04 18:48:50 +12:00
Andre Mohren
25e32a6906 Support for different client languages. (#54)
* Support for different client languages.

* Update Language.cs

Sync with Language.tbl
2018-12-13 05:23:40 +13:00
MaxtorCoder
1e4072a0f9 Added Client Connector (#17)
* Added Client Connector

* Updated Client Connector

* Style changes because Rawaho is picky

* More changes to the client launcher

* Fixed Compiling Error
2018-11-30 11:51:49 +13:00