mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
C# 7.0 syntax sugars
This commit is contained in:
@@ -46,7 +46,7 @@ namespace ArchiSteamFarm {
|
||||
private readonly object FileLock = new object();
|
||||
|
||||
internal uint CellID {
|
||||
get { return _CellID; }
|
||||
get => _CellID;
|
||||
set {
|
||||
if ((value == 0) || (_CellID == value)) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user