Remove custom OptionalType and use the default c# nullable type.
This commit is contained in:
@@ -270,7 +270,7 @@ namespace Game.DataStorage
|
||||
orbitInfo.CounterClockwise = circularMovementInfos.Read<bool>(6);
|
||||
orbitInfo.CanLoop = circularMovementInfos.Read<bool>(7);
|
||||
|
||||
createProperties.OrbitInfo.Set(orbitInfo);
|
||||
createProperties.OrbitInfo = orbitInfo;
|
||||
}
|
||||
while (circularMovementInfos.NextRow());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user