Unstable v0.19.5.0
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ namespace Barotrauma.Networking
|
||||
public abstract string StringRepresentation { get; }
|
||||
|
||||
public static Option<AccountId> Parse(string str)
|
||||
=> ReflectionUtils.ParseDerived<AccountId>(str);
|
||||
=> ReflectionUtils.ParseDerived<AccountId, string>(str);
|
||||
|
||||
public abstract override bool Equals(object? obj);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user