mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
6 lines
200 B
C#
6 lines
200 B
C#
namespace EggLink.DanhengServer.GameServer.Game.Activity;
|
|
|
|
public class BaseActivityInstance(ActivityManager manager)
|
|
{
|
|
public ActivityManager ActivityManager { get; private set; } = manager;
|
|
} |