10 lines
No EOL
267 B
C#
10 lines
No EOL
267 B
C#
using WingsEmu.Game.Characters;
|
|
|
|
namespace WingsEmu.Game.GameEvent.Configuration;
|
|
|
|
public interface IGlobalGameEventConfiguration
|
|
{
|
|
IGameEventConfiguration GetConfiguration(IPlayerEntity character);
|
|
|
|
public uint GetRegistrationCost(IPlayerEntity character);
|
|
} |