bro i can't even keep track anymore

This commit is contained in:
2023-03-27 09:17:06 +02:00
parent df33170f71
commit 311a5cc4ca
12 changed files with 248 additions and 131 deletions

View File

@@ -38,7 +38,7 @@
public override Profile SearchByName(string name)
{
Profile result = null;
Profile? result = null;
for (int i = 0; i < this.Length; i++)
{