mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-12-16 10:32:58 +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