Simplify client check in code
This commit is contained in:
@ -7,6 +7,9 @@ namespace Elwig.Helpers {
|
||||
|
||||
public enum Type { Matzen, GWK };
|
||||
|
||||
public bool IsMatzen => Client == Type.Matzen;
|
||||
public bool IsGWK => Client == Type.GWK;
|
||||
|
||||
public string NameToken;
|
||||
public string NameShort;
|
||||
public string NameShortened;
|
||||
|
Reference in New Issue
Block a user