Some refactoring of code. and some cleanups
This commit is contained in:
@@ -83,7 +83,7 @@ namespace Game.DataStorage
|
||||
public T GetRow(uint row)
|
||||
{
|
||||
if (row >= _data.Count)
|
||||
return default(T);
|
||||
return default;
|
||||
|
||||
return _data[(int)row];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user