1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 00:13:19 +08:00

Mention alternatives to Context when not on update thread in xmldoc

This commit is contained in:
Bartłomiej Dach 2021-07-04 12:07:31 +02:00
parent 3ec7dc3bb9
commit b89521314f

View File

@ -9,6 +9,7 @@ namespace osu.Game.Database
{
/// <summary>
/// The main realm context, bound to the update thread.
/// If querying from a non-update thread is needed, use <see cref="GetForRead"/> or <see cref="GetForWrite"/> to receive a context instead.
/// </summary>
Realm Context { get; }