mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2026-05-07 21:07:57 +08:00
Implement send mail and mail list
Optimize duplicate code
This commit is contained in:
@@ -69,5 +69,7 @@ namespace GrasscutterTools.Game
|
||||
public string[] Names { get; }
|
||||
|
||||
public string[] Lines { get; }
|
||||
|
||||
public static int ToId(string line) => int.Parse(line.Substring(0, line.IndexOf(':')).Trim());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user