mirror of
https://github.com/osukey/osukey.git
synced 2025-05-17 03:27:21 +09:00
8 lines
133 B
C#
8 lines
133 B
C#
namespace osu.Game.Database
|
|
{
|
|
public interface IPopulate
|
|
{
|
|
void Populate(OsuDbContext connection);
|
|
}
|
|
}
|