(client) feat:实现子弹的生成
This commit is contained in:
@ -377,7 +377,7 @@ namespace Managers
|
||||
// 尝试解析编号
|
||||
if (int.TryParse(suffix, out var number))
|
||||
{
|
||||
sprites.Add((number, Value: value));
|
||||
sprites.Add((number, value));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user