mirror of
https://git.lewd.wtf/PGR/ascnet
synced 2025-12-13 09:14:38 +01:00
items db + default items
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{
|
||||
public static class Miscs
|
||||
{
|
||||
public static int ParseIntOr(string? s, int d)
|
||||
public static int ParseIntOr(string? s, int d = 0)
|
||||
{
|
||||
if (int.TryParse(s, out var parsed))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user