1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 22:07:28 +08:00
osu-lazer/osu.Game/IO/Serialization/Converters
Bartłomiej Dach 628e7a71ed Ignore possible nulls in Type.GetType() calls
They're mostly used in extensibility scenarios, so everything happens in
runtime. There is no better resolution than to crash with a null
reference exception.
2021-05-15 00:09:34 +02:00
..
SnakeCaseStringEnumConverter.cs Use enum property 2020-12-21 16:56:45 +09:00
TypedListConverter.cs Ignore possible nulls in Type.GetType() calls 2021-05-15 00:09:34 +02:00